Branch indexing > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:appNG/appng.git > git config remote.origin.url git@github.com:appNG/appng.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* Seen branch in repository origin/appng-1.18.x Seen branch in repository origin/appng-1.19.x Seen branch in repository origin/appng-1.20.x Seen branch in repository origin/appng-1.21.x Seen branch in repository origin/appng-2.0.x Seen branch in repository origin/feature/APPNG-2267 Seen branch in repository origin/feature/APPNG-2295 Seen branch in repository origin/feature/APPNG-2311 Seen branch in repository origin/feature/keycloak Seen branch in repository origin/master Seen 10 remote branches Obtained Jenkinsfile from d36f9b6cc4c199934e3d0d9ab57a7dee51eaf103 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295 [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (notifyStart) [Pipeline] emailext An attempt to send an e-mail to empty list of recipients, ignored. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (clone) [Pipeline] git No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:appNG/appng.git # timeout=10 Fetching upstream changes from git@github.com:appNG/appng.git > git --version # timeout=10 > git fetch --tags --progress git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/feature/APPNG-2295^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/feature/APPNG-2295^{commit} # timeout=10 Checking out Revision d36f9b6cc4c199934e3d0d9ab57a7dee51eaf103 (refs/remotes/origin/feature/APPNG-2295) > git config core.sparsecheckout # timeout=10 > git checkout -f d36f9b6cc4c199934e3d0d9ab57a7dee51eaf103 > git branch -a -v --no-abbrev # timeout=10 > git branch -D feature/APPNG-2295 # timeout=10 > git checkout -b feature/APPNG-2295 d36f9b6cc4c199934e3d0d9ab57a7dee51eaf103 Commit message: "Merge latest 2.0.x into APPNG-2295 (#117)" > git rev-list --no-walk 002b8286b8e11579ef4768e3576f2b23e68f4a64 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] sh + mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version + grep -Ev (^\[|Download\w+:) [Pipeline] sh + sed -i s/SNAPSHOT/feature_APPNG_2295-SNAPSHOT/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh + sed -i s/SNAPSHOT/feature_APPNG_2295-SNAPSHOT/g pom.xml appng-api/pom.xml appng-application-assembly/pom.xml appng-application-bom/pom.xml appng-application-camunda/pom.xml appng-application-parent/pom.xml appng-application/pom.xml appng-appngizer-jaxb/pom.xml appng-appngizer-maven-plugin/pom.xml appng-appngizer/pom.xml appng-archetype-application/pom.xml appng-camunda/pom.xml appng-cli/pom.xml appng-core/pom.xml appng-documentation/pom.xml appng-forms/pom.xml appng-formtags/pom.xml appng-mail/pom.xml appng-maven-plugin/pom.xml appng-persistence/pom.xml appng-rest-api/pom.xml appng-search/pom.xml appng-standalone/pom.xml appng-taglib/pom.xml appng-template-assembly/pom.xml appng-template-parent/pom.xml appng-testsupport/pom.xml appng-tools/pom.xml appng-upngizr/pom.xml appng-xmlapi/pom.xml appng-archetype-application/src/main/resources/archetype-resources/pom.xml appng-archetype-application/readme.txt appng-documentation/src/main/asciidoc/listing/dependencies.txt [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy -Pci -Djavax.xml.accessExternalSchema=all [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.appng:appng-application-bom:pom:2.0.0-feature_APPNG_2295-SNAPSHOT [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.projectlombok:lombok:jar -> version 1.16.22 vs 1.16.18 @ line 1561, column 16 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] appNG Parent [INFO] appNG Tools [INFO] appNG Mail [INFO] appNG Forms [INFO] appng Formtags [INFO] appNG XML-API [INFO] appNG public API [INFO] appNG testsupport [INFO] appNG REST API [INFO] appNG Persistence-Tools [INFO] appNG Search [INFO] appNG Core Library [INFO] appNG Command Line Interface [INFO] appNG Tag Library [INFO] appNG Application [INFO] appNG application BOM [INFO] appNG Documentation [INFO] appNG Template Assembly Descriptors [INFO] appNG Template Parent [INFO] appng-application-assembly [INFO] appNG application parent [INFO] Archetype - appng-archetype-application [INFO] appNGizer JAXB API [INFO] appNGizer [INFO] appNG appNGizer Maven Plugin [INFO] appNG camunda [INFO] appNG Application, including Camunda BPM process engine libraries [INFO] appNG Maven Plugin [INFO] upNGizr [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-parent --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/target [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-parent-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-parent --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 638 B Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (638 B at 240 B/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-parent-2.0.0-feature_APPNG_2295-20191219.095534-21.pom Progress (1): 2.0/34 kB Progress (1): 4.1/34 kB Progress (1): 6.1/34 kB Progress (1): 8.2/34 kB Progress (1): 10/34 kB Progress (1): 12/34 kB Progress (1): 14/34 kB Progress (1): 16/34 kB Progress (1): 18/34 kB Progress (1): 20/34 kB Progress (1): 23/34 kB Progress (1): 25/34 kB Progress (1): 27/34 kB Progress (1): 29/34 kB Progress (1): 31/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-parent-2.0.0-feature_APPNG_2295-20191219.095534-21.pom (34 kB at 100 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml Progress (1): 3.5 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml (3.5 kB at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 638 B Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (638 B at 392 B/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml Progress (1): 2.0/3.5 kB Progress (1): 3.5 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-parent/maven-metadata.xml (3.5 kB at 8.3 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-tools --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/target/classes [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/src/main/java/org/appng/tools/poi/FontBuilder.java: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/src/main/java/org/appng/tools/poi/FontBuilder.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/src/main/java/org/appng/tools/poi/FontBuilder.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-tools --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.tools.image.ImageProcessorTest 2019-12-19 10:55:52,390 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-08-16 http://www.imagemagick.org 2019-12-19 10:55:52,626 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@643b1d11 2019-12-19 10:55:52,626 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@643b1d11 2019-12-19 10:55:52,626 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@643b1d11 2019-12-19 10:55:52,626 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@643b1d11 2019-12-19 10:55:52,627 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@643b1d11 2019-12-19 10:55:52,627 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@643b1d11 2019-12-19 10:55:52,628 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@643b1d11 2019-12-19 10:55:52,629 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@643b1d11 2019-12-19 10:55:52,744 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:52,744 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-12-19 10:55:52,751 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-08-16 http://www.imagemagick.org 2019-12-19 10:55:52,752 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@4f933fd1 2019-12-19 10:55:52,752 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@4f933fd1 2019-12-19 10:55:52,752 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@4f933fd1 2019-12-19 10:55:52,752 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@4f933fd1 2019-12-19 10:55:52,752 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '/color',test 'EQUALS, value 6',format '/color RGBA,': com.j256.simplemagic.entries.MagicEntry$ContentData@4f933fd1 2019-12-19 10:55:52,752 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@4f933fd1 2019-12-19 10:55:52,752 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-12-19 10:55:52,752 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 1600 x 843, 8-bit/color RGBA, non-interlaced' 2019-12-19 10:55:52,764 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-08-16 http://www.imagemagick.org 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@548a9f61 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:52,765 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-12-19 10:55:53,788 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-08-16 http://www.imagemagick.org 2019-12-19 10:55:53,789 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@1e88b3c 2019-12-19 10:55:53,789 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@1e88b3c 2019-12-19 10:55:53,790 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@1e88b3c 2019-12-19 10:55:53,790 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@1e88b3c 2019-12-19 10:55:53,790 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@1e88b3c 2019-12-19 10:55:53,790 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@1e88b3c 2019-12-19 10:55:53,790 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@1e88b3c 2019-12-19 10:55:53,790 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@1e88b3c 2019-12-19 10:55:53,791 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:53,791 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-12-19 10:55:53,799 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-08-16 http://www.imagemagick.org 2019-12-19 10:55:53,800 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@1bce4f0a 2019-12-19 10:55:53,800 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@1bce4f0a 2019-12-19 10:55:53,800 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@1bce4f0a 2019-12-19 10:55:53,800 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@1bce4f0a 2019-12-19 10:55:53,800 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@1bce4f0a 2019-12-19 10:55:53,801 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@1bce4f0a 2019-12-19 10:55:53,801 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@1bce4f0a 2019-12-19 10:55:53,801 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@1bce4f0a 2019-12-19 10:55:53,801 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:53,801 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-12-19 10:55:53,865 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@6a4f787b 2019-12-19 10:55:53,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6a4f787b 2019-12-19 10:55:53,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6a4f787b 2019-12-19 10:55:53,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6a4f787b 2019-12-19 10:55:53,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@6a4f787b 2019-12-19 10:55:53,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6a4f787b 2019-12-19 10:55:53,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6a4f787b 2019-12-19 10:55:53,866 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6a4f787b 2019-12-19 10:55:53,866 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:53,866 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16' 2019-12-19 10:55:53,872 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-08-16 http://www.imagemagick.org 2019-12-19 10:55:53,873 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2019-12-19 10:55:53,873 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2019-12-19 10:55:53,873 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2019-12-19 10:55:53,873 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2019-12-19 10:55:53,873 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2019-12-19 10:55:53,873 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2019-12-19 10:55:53,874 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2019-12-19 10:55:53,874 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@7cd62f43 2019-12-19 10:55:53,874 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:53,874 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-12-19 10:55:53,933 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@7d9d1a19 2019-12-19 10:55:53,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@7d9d1a19 2019-12-19 10:55:53,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@7d9d1a19 2019-12-19 10:55:53,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@7d9d1a19 2019-12-19 10:55:53,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@7d9d1a19 2019-12-19 10:55:53,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@7d9d1a19 2019-12-19 10:55:53,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@7d9d1a19 2019-12-19 10:55:53,934 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@7d9d1a19 2019-12-19 10:55:53,934 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:53,934 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16' 2019-12-19 10:55:53,940 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-08-16 http://www.imagemagick.org 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@42e26948 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@42e26948 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@42e26948 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@42e26948 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@42e26948 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@42e26948 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@42e26948 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@42e26948 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:53,941 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-12-19 10:55:54,023 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-08-16 http://www.imagemagick.org 2019-12-19 10:55:54,024 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@548e7350 2019-12-19 10:55:54,024 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@548e7350 2019-12-19 10:55:54,024 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@548e7350 2019-12-19 10:55:54,024 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@548e7350 2019-12-19 10:55:54,024 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@548e7350 2019-12-19 10:55:54,024 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@548e7350 2019-12-19 10:55:54,024 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@548e7350 2019-12-19 10:55:54,024 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@548e7350 2019-12-19 10:55:54,025 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:54,025 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-12-19 10:55:54,129 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-08-16 http://www.imagemagick.org 2019-12-19 10:55:54,130 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2019-12-19 10:55:54,130 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2019-12-19 10:55:54,130 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2019-12-19 10:55:54,130 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2019-12-19 10:55:54,130 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2019-12-19 10:55:54,130 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2019-12-19 10:55:54,130 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2019-12-19 10:55:54,130 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@e25b2fe 2019-12-19 10:55:54,130 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:54,131 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.02, resolution (DPI), density 96x96, segment length 16' 2019-12-19 10:55:54,247 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@464bee09 2019-12-19 10:55:54,248 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@464bee09 2019-12-19 10:55:54,248 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@464bee09 2019-12-19 10:55:54,248 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@464bee09 2019-12-19 10:55:54,248 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 1',format ', resolution (DPI)': com.j256.simplemagic.entries.MagicEntry$ContentData@464bee09 2019-12-19 10:55:54,248 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@464bee09 2019-12-19 10:55:54,249 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@464bee09 2019-12-19 10:55:54,249 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@464bee09 2019-12-19 10:55:54,249 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:54,249 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16' [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.77 s - in org.appng.tools.image.ImageProcessorTest [INFO] Running org.appng.tools.image.DimensionTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.appng.tools.image.DimensionTest [INFO] Running org.appng.tools.file.PropertyConstantCreatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.tools.file.PropertyConstantCreatorTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2019-12-19 10:55:54,293 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@6fd02e5 2019-12-19 10:55:54,294 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@6fd02e5 2019-12-19 10:55:54,294 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@6fd02e5 2019-12-19 10:55:54,294 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@6fd02e5 2019-12-19 10:55:54,294 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'colormap,',test 'EQUALS, value 3',format 'colormap,': com.j256.simplemagic.entries.MagicEntry$ContentData@6fd02e5 2019-12-19 10:55:54,294 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@6fd02e5 2019-12-19 10:55:54,294 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-12-19 10:55:54,294 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 200 x 200, 8-bit colormap, non-interlaced' 2019-12-19 10:55:54,297 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-12-19 10:55:54,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@490ab905 2019-12-19 10:55:54,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@490ab905 2019-12-19 10:55:54,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@490ab905 2019-12-19 10:55:54,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@490ab905 2019-12-19 10:55:54,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@490ab905 2019-12-19 10:55:54,297 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@490ab905 2019-12-19 10:55:54,298 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@490ab905 2019-12-19 10:55:54,298 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@490ab905 2019-12-19 10:55:54,298 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:54,298 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-12-19 10:55:54,298 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-12-19 10:55:54,298 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning no match 2019-12-19 10:55:54,320 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'unknown',test 'BM': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-12-19 10:55:54,320 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'PC',mime 'image/x-ms-bmp',test 'EQUALS, value 40',format 'PC bitmap, Windows 3.x format': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-12-19 10:55:54,320 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', %d x': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-12-19 10:55:54,320 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d x': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-12-19 10:55:54,320 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ac3a89 2019-12-19 10:55:54,320 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'unknown',test 'BM' 2019-12-19 10:55:54,320 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match bmp, type BMP, mime 'image/x-ms-bmp', msg 'PC bitmap, Windows 3.x format, 452 x 302 x 24' 2019-12-19 10:55:54,320 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.022 2019-12-19 10:55:54,320 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '/color',test 'EQUALS, value 6',format '/color RGBA,': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@27c20538 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 119 x 41, 8-bit/color RGBA, non-interlaced' 2019-12-19 10:55:54,321 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-12-19 10:55:54,321 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-12-19 10:55:54,322 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-12-19 10:55:54,322 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-12-19 10:55:54,322 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@72d818d1 2019-12-19 10:55:54,322 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:54,322 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-12-19 10:55:54,322 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-12-19 10:55:54,324 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-12-19 10:55:54,324 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-12-19 10:55:54,324 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-12-19 10:55:54,324 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-12-19 10:55:54,324 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-12-19 10:55:54,325 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-12-19 10:55:54,325 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-12-19 10:55:54,330 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6e06451e 2019-12-19 10:55:54,330 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:54,330 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-12-19 10:55:54,332 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2019-12-19 10:55:54,332 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.008 2019-12-19 10:55:54,332 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@13805618 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@13805618 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@13805618 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@13805618 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@13805618 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@13805618 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@13805618 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@13805618 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-12-19 10:55:54,333 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2019-12-19 10:55:54,333 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-12-19 10:55:54,333 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@56ef9176 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-12-19 10:55:54,334 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2019-12-19 10:55:54,334 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-12-19 10:55:54,334 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '/color',test 'EQUALS, value 6',format '/color RGBA,': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@4566e5bd 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 1600 x 843, 8-bit/color RGBA, non-interlaced' 2019-12-19 10:55:54,335 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2019-12-19 10:55:54,335 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',test 'EQUALS, value 0',format ', aspect ratio': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-12-19 10:55:54,335 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@1ed4004b 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-12-19 10:55:54,336 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file bmp 2019-12-19 10:55:54,336 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '/color',test 'EQUALS, value 6',format '/color RGBA,': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name 'non-interlaced',test 'EQUALS, value 0',format 'non-interlaced': com.j256.simplemagic.entries.MagicEntry$ContentData@ff5b51f 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-12-19 10:55:54,336 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match png, type PNG, mime 'image/png', msg 'PNG image, 1600 x 843, 8-bit/color RGBA, non-interlaced' 2019-12-19 10:55:54,336 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file bmp 2019-12-19 10:55:54,337 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.048 s - in org.appng.tools.file.MagicByteCheckTest [INFO] Running org.appng.tools.locator.GeoLocatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.appng.tools.locator.GeoLocatorTest [INFO] Running org.appng.tools.poi.WorkbookTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.93 s - in org.appng.tools.poi.WorkbookTest [INFO] Running org.appng.tools.os.OperatingSystemTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.tools.os.OperatingSystemTest [INFO] Running org.appng.tools.os.CommandTest 2019-12-19 10:56:03,459 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.tools.os.CommandTest [INFO] Running org.appng.tools.ui.PaginationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.tools.ui.PaginationTest [INFO] Running org.appng.tools.ui.StringNormalizerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.appng.tools.ui.StringNormalizerTest [INFO] Running org.appng.tools.markup.XHTMLTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.tools.markup.XHTMLTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/target/appng-tools-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/target/appng-tools-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/target/appng-tools-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-tools-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-tools-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-tools/target/appng-tools-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-tools-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-tools --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-tools-2.0.0-feature_APPNG_2295-20191219.095604-19.jar Progress (1): 2.0/50 kB Progress (1): 4.1/50 kB Progress (1): 6.1/50 kB Progress (1): 8.2/50 kB Progress (1): 10/50 kB Progress (1): 12/50 kB Progress (1): 14/50 kB Progress (1): 16/50 kB Progress (1): 18/50 kB Progress (1): 20/50 kB Progress (1): 23/50 kB Progress (1): 25/50 kB Progress (1): 27/50 kB Progress (1): 29/50 kB Progress (1): 31/50 kB Progress (1): 33/50 kB Progress (1): 35/50 kB Progress (1): 37/50 kB Progress (1): 39/50 kB Progress (1): 41/50 kB Progress (1): 43/50 kB Progress (1): 45/50 kB Progress (1): 47/50 kB Progress (1): 49/50 kB Progress (1): 50 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-tools-2.0.0-feature_APPNG_2295-20191219.095604-19.jar (50 kB at 173 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-tools-2.0.0-feature_APPNG_2295-20191219.095604-19.pom Progress (1): 2.0 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-tools-2.0.0-feature_APPNG_2295-20191219.095604-19.pom (2.0 kB at 46 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/maven-metadata.xml Progress (1): 3.5 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/maven-metadata.xml (3.5 kB at 48 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/maven-metadata.xml Progress (1): 2.0/3.5 kB Progress (1): 3.5 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/maven-metadata.xml (3.5 kB at 46 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-tools-2.0.0-feature_APPNG_2295-20191219.095604-19-sources.jar Progress (1): 2.0/41 kB Progress (1): 4.1/41 kB Progress (1): 6.1/41 kB Progress (1): 8.2/41 kB Progress (1): 10/41 kB Progress (1): 12/41 kB Progress (1): 14/41 kB Progress (1): 16/41 kB Progress (1): 18/41 kB Progress (1): 20/41 kB Progress (1): 23/41 kB Progress (1): 25/41 kB Progress (1): 27/41 kB Progress (1): 29/41 kB Progress (1): 31/41 kB Progress (1): 33/41 kB Progress (1): 35/41 kB Progress (1): 37/41 kB Progress (1): 39/41 kB Progress (1): 41/41 kB Progress (1): 41 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-tools-2.0.0-feature_APPNG_2295-20191219.095604-19-sources.jar (41 kB at 190 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-tools/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 3.3 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-mail --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-mail/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-mail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-mail/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-mail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-mail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-mail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-mail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-mail/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-mail --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.mail.MailTest DEBUG: setDebug: JavaMail version 1.4.5 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.appng.mail.MailTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-mail/target/appng-mail-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-mail/target/appng-mail-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-mail/target/appng-mail-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-mail-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-mail/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-mail-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-mail/target/appng-mail-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-mail-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-mail --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 2.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-mail-2.0.0-feature_APPNG_2295-20191219.095608-19.jar Progress (1): 2.0/15 kB Progress (1): 4.1/15 kB Progress (1): 6.1/15 kB Progress (1): 8.2/15 kB Progress (1): 10/15 kB Progress (1): 12/15 kB Progress (1): 14/15 kB Progress (1): 15 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-mail-2.0.0-feature_APPNG_2295-20191219.095608-19.jar (15 kB at 257 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-mail-2.0.0-feature_APPNG_2295-20191219.095608-19.pom Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-mail-2.0.0-feature_APPNG_2295-20191219.095608-19.pom (1.2 kB at 1.1 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/maven-metadata.xml Progress (1): 3.5 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/maven-metadata.xml (3.5 kB at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 775 B/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/maven-metadata.xml Progress (1): 2.0/3.5 kB Progress (1): 3.5 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/maven-metadata.xml (3.5 kB at 9.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-mail-2.0.0-feature_APPNG_2295-20191219.095608-19-sources.jar Progress (1): 2.0/12 kB Progress (1): 4.1/12 kB Progress (1): 6.1/12 kB Progress (1): 8.2/12 kB Progress (1): 10/12 kB Progress (1): 12 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-mail-2.0.0-feature_APPNG_2295-20191219.095608-19-sources.jar (12 kB at 82 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-mail/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 13 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-forms --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-forms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-forms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-forms --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.forms.RequestTest 2019-12-19 10:56:17,614 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2019-12-19 10:56:17,615 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2019-12-19 10:56:17,616 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.appng.forms.RequestTest [INFO] Running org.appng.forms.FormRequestTest 2019-12-19 10:56:17,770 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2019-12-19 10:56:17,770 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2019-12-19 10:56:17,770 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2019-12-19 10:56:17,770 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2019-12-19 10:56:17,771 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2019-12-19 10:56:17,771 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2019-12-19 10:56:17,771 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2019-12-19 10:56:17,774 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2019-12-19 10:56:17,775 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2019-12-19 10:56:17,775 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2019-12-19 10:56:17,797 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2019-12-19 10:56:17,798 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2019-12-19 10:56:17,798 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2019-12-19 10:56:17,798 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2019-12-19 10:56:17,798 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2019-12-19 10:56:17,798 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2019-12-19 10:56:17,798 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2019-12-19 10:56:18,002 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2019-12-19 10:56:18,005 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_2.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2019-12-19 10:56:18,032 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2019-12-19 10:56:18,033 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2019-12-19 10:56:18,033 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2019-12-19 10:56:18,033 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2019-12-19 10:56:18,034 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2019-12-19 10:56:18,034 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2019-12-19 10:56:18,034 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2019-12-19 10:56:18,038 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2019-12-19 10:56:18,038 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_3.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 s - in org.appng.forms.FormRequestTest [INFO] Running org.appng.forms.XSSUtilTest ESAPI: WARNING: System property [org.owasp.esapi.opsteam] is not set ESAPI: WARNING: System property [org.owasp.esapi.devteam] is not set ESAPI: Attempting to load ESAPI.properties via file I/O. ESAPI: Attempting to load ESAPI.properties as resource file via file I/O. ESAPI: Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/ESAPI.properties ESAPI: Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties ESAPI: Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/ESAPI.properties ESAPI: Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException ESAPI: Attempting to load ESAPI.properties via the classpath. ESAPI: SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using current thread context class loader! ESAPI: SecurityConfiguration for Validator.ConfigurationFile.MultiValued not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Validator.ConfigurationFile not found in ESAPI.properties. Using default: validation.properties ESAPI: Attempting to load validation.properties via file I/O. ESAPI: Attempting to load validation.properties as resource file via file I/O. ESAPI: Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/validation.properties ESAPI: Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties ESAPI: Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/validation.properties ESAPI: Loading validation.properties via file I/O failed. ESAPI: Attempting to load validation.properties via the classpath. ESAPI: validation.properties could not be loaded by any means. fail.. Caught java.lang.IllegalArgumentException; exception message was: java.lang.IllegalArgumentException: Failed to load ESAPI.properties as a classloader resource. ESAPI: SecurityConfiguration for ESAPI.printProperties not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Encryptor.CipherTransformation not found in ESAPI.properties. Using default: AES/CBC/PKCS5Padding ESAPI: SecurityConfiguration for ESAPI.Logger not found in ESAPI.properties. Using default: org.owasp.esapi.reference.JavaLogFactory ESAPI: SecurityConfiguration for Logger.LogApplicationName not found in ESAPI.properties. Using default: true ESAPI: SecurityConfiguration for Logger.LogServerIP not found in ESAPI.properties. Using default: true ESAPI: SecurityConfiguration for Logger.ApplicationName not found in ESAPI.properties. Using default: DefaultName ESAPI: SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Encoder.AllowMixedEncoding not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false ESAPI: SecurityConfiguration for Encoder.AllowMixedEncoding not found in ESAPI.properties. Using default: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.appng.forms.XSSUtilTest [INFO] Running org.appng.forms.FormUploadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.forms.FormUploadTest [INFO] Running org.appng.el.ExpressionEvaluatorTest 2019-12-19 10:56:18,234 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,235 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,235 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,235 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,258 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,259 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b eq 5 ? 'is five' : 'is not five'} = is not five [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,260 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null ? 'is null': 'is not null'} = is not null [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,260 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,261 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,261 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,262 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2019-12-19 10:56:18,263 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2019-12-19 10:56:18,263 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,263 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,263 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':asList' with method 'public static java.util.List org.appng.el.ExpressionEvaluatorTest.asList(java.lang.Object[])'. 2019-12-19 10:56:18,264 DEBUG [main] org.appng.el.ExpressionEvaluator: ${asList(args)} = [1, 4, 56.0] [(args = [Ljava.lang.Object;@70e8f8e), (a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,265 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,265 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,266 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@17046283), (SESSION = {foo=5})] 2019-12-19 10:56:18,267 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@17046283), (SESSION = {foo=5})] 2019-12-19 10:56:18,268 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,269 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,276 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq 'ON'} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-12-19 10:56:18,276 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq type} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-12-19 10:56:18,277 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq 'OFF'} = false [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-12-19 10:56:18,277 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.dummies[0].type eq dummy.type} = false [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-12-19 10:56:18,278 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.foo eq 42} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-12-19 10:56:18,278 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.bar eq 'bar'} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-12-19 10:56:18,279 DEBUG [main] org.appng.el.ExpressionEvaluator: ${empty dummy.dummies[0].dummies} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-12-19 10:56:18,280 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.dummies[0].foo eq 23} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-12-19 10:56:18,280 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection)'. 2019-12-19 10:56:18,280 DEBUG [main] org.appng.el.ExpressionEvaluator: ${size(dummy.dummies) eq 1} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2019-12-19 10:56:18,281 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,281 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,281 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,281 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,281 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2019-12-19 10:56:18,282 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2019-12-19 10:56:18,283 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2019-12-19 10:56:18,284 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,284 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,285 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2019-12-19 10:56:18,285 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,285 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,286 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,286 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,288 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,288 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,289 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,289 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2019-12-19 10:56:18,289 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2019-12-19 10:56:18,289 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2019-12-19 10:56:18,289 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2019-12-19 10:56:18,289 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,289 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2019-12-19 10:56:18,289 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2019-12-19 10:56:18,289 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2019-12-19 10:56:18,290 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2019-12-19 10:56:18,290 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a} = 1 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-12-19 10:56:18,290 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a_} = 2 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-12-19 10:56:18,291 DEBUG [main] org.appng.el.ExpressionEvaluator: ${A} = 3 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-12-19 10:56:18,291 DEBUG [main] org.appng.el.ExpressionEvaluator: ${A_} = 4 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-12-19 10:56:18,292 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ab} = 5 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-12-19 10:56:18,292 DEBUG [main] org.appng.el.ExpressionEvaluator: ${aB} = 6 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-12-19 10:56:18,292 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a_b} = 7 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-12-19 10:56:18,295 DEBUG [main] org.appng.el.ExpressionEvaluator: ${aB_} = 8 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2019-12-19 10:56:18,302 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,302 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,303 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,303 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,304 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,307 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,309 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,309 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,310 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,310 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,311 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,311 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,311 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,312 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,313 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,313 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,313 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,313 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,314 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,314 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,314 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,315 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,315 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,315 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int)'. 2019-12-19 10:56:18,315 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int)'. 2019-12-19 10:56:18,315 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double)'. 2019-12-19 10:56:18,315 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double)'. 2019-12-19 10:56:18,316 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,316 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,316 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,316 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,317 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,318 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,318 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,318 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,319 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,319 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,319 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,319 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,319 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,319 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,320 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,320 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,320 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,322 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,322 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,322 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-12-19 10:56:18,322 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-12-19 10:56:18,323 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,323 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-12-19 10:56:18,323 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.appng.el.ExpressionEvaluatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/target/appng-forms-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/target/appng-forms-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/target/appng-forms-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-forms-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-forms-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-forms/target/appng-forms-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-forms-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-forms --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 5.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-forms-2.0.0-feature_APPNG_2295-20191219.095619-19.jar Progress (1): 2.0/19 kB Progress (1): 4.1/19 kB Progress (1): 6.1/19 kB Progress (1): 8.2/19 kB Progress (1): 10/19 kB Progress (1): 12/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 18/19 kB Progress (1): 19 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-forms-2.0.0-feature_APPNG_2295-20191219.095619-19.jar (19 kB at 309 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-forms-2.0.0-feature_APPNG_2295-20191219.095619-19.pom Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-forms-2.0.0-feature_APPNG_2295-20191219.095619-19.pom (1.6 kB at 35 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/maven-metadata.xml (3.4 kB at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 4.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/maven-metadata.xml (3.4 kB at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-forms-2.0.0-feature_APPNG_2295-20191219.095619-19-sources.jar Progress (1): 2.0/19 kB Progress (1): 4.1/19 kB Progress (1): 6.1/19 kB Progress (1): 8.2/19 kB Progress (1): 10/19 kB Progress (1): 12/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 18/19 kB Progress (1): 19 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-forms-2.0.0-feature_APPNG_2295-20191219.095619-19-sources.jar (19 kB at 57 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-forms/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 16 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-formtags --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-formtags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-formtags --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-formtags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-formtags --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-formtags --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.formtags.FormElementTest 2019-12-19 10:56:21,843 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,844 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,844 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,844 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,844 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,844 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,845 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,864 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2019-12-19 10:56:21,939 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,940 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,941 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,941 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,941 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,941 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,941 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,944 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,944 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,944 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,944 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,944 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,945 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,948 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2019-12-19 10:56:21,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,951 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2019-12-19 10:56:21,954 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,954 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,954 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,954 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,954 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,954 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,954 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,954 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,955 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2019-12-19 10:56:21,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,958 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.RuleValidationTest 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,970 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,970 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,970 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,971 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('mm@aiticon.de')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,971 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('_mm@aiticon.de')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,971 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('mm@aiticon')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,972 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('@aiticon.de')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,972 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,972 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,973 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,974 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(foo,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,974 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(foo,4)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,974 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,975 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multifoo,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,975 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multibar,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,977 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 1, 2)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,977 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 1, 0)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,978 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 3, 2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,978 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,978 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,978 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,978 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,978 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,978 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,979 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,980 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,980 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 0)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,982 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 1)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,982 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,982 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,984 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,1,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,985 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,1,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,985 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,2,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,985 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,2,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,986 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,986 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,2)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,986 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,987 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,987 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,4,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,987 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,4,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,988 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,989 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,989 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,989 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,989 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,989 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,989 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,989 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'500KB','2.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,990 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'600KB','1.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,990 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'500KB','0.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,992 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'jpg,gif,png')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,993 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'tif,pdf')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,993 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,993 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,995 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(bar, SESSION.foobar)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,995 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(bar, SESSION['foobar'])} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,996 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(5, SESSION.foobar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,996 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(5, SESSION['foobar'])} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:21,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:21,998 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(foo,1,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,998 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(foo,4,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,998 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,1,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,999 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,1,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,999 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,5,7)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,999 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multibar,1,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:21,999 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multibar,5,7)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,001 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a','a')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,001 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('b','b')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,002 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a','A')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,002 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a',' A')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,003 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(foo)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,004 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(bar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,005 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp('abc','[a-z]+')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,006 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp('abc','[a-z]{4,}')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,007 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foo,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,008 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,008 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multifoo,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,008 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multibar,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,010 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(foo,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,010 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(foo,4)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,011 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,011 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multifoo,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,011 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multibar,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,012 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,012 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,012 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,012 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,013 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'850KB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,014 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'200KB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'3.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,015 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'0.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'500KB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,017 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'1100KB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,019 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'0.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,019 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'1.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,021 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(foo)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,021 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(bar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,021 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(foobar)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-12-19 10:56:22,021 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string('foobar')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,025 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,027 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,028 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,030 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-12-19 10:56:22,030 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,030 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,031 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-12-19 10:56:22,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,033 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'1KB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,035 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'2MB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,037 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,039 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,040 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,042 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(field,2,2)} = false [(field = 12.345), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,044 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,046 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'gif')} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,047 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,048 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(field,'field')} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,050 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,050 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,051 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = abcdef), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,053 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,1,2)} = true [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,055 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,1,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-12-19 10:56:22,055 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,056 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,058 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,0,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,060 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,061 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,field)} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,062 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,064 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,066 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp(field,'[0-9]{5}')} = false [(field = 1234), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,067 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,067 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,068 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(field,3)} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,070 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,3)} = true [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-12-19 10:56:22,070 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,071 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,073 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(field,3)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,074 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,076 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-12-19 10:56:22,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-12-19 10:56:22,078 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(field)} = false [(field = +++), (upload = [/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2019-12-19 10:56:22,090 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2019-12-19 10:56:22,091 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.formtags.providers.EmailProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/target/appng-formtags-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/target/appng-formtags-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/target/appng-formtags-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-formtags-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-formtags-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-formtags/target/appng-formtags-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-formtags-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-formtags --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 43 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-formtags-2.0.0-feature_APPNG_2295-20191219.095622-19.jar Progress (1): 2.0/30 kB Progress (1): 4.1/30 kB Progress (1): 6.1/30 kB Progress (1): 8.2/30 kB Progress (1): 10/30 kB Progress (1): 12/30 kB Progress (1): 14/30 kB Progress (1): 16/30 kB Progress (1): 18/30 kB Progress (1): 20/30 kB Progress (1): 23/30 kB Progress (1): 25/30 kB Progress (1): 27/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-formtags-2.0.0-feature_APPNG_2295-20191219.095622-19.jar (30 kB at 573 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-formtags-2.0.0-feature_APPNG_2295-20191219.095622-19.pom Progress (1): 1.8 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-formtags-2.0.0-feature_APPNG_2295-20191219.095622-19.pom (1.8 kB at 32 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/maven-metadata.xml (3.4 kB at 8.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 1.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/maven-metadata.xml (3.4 kB at 51 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-formtags-2.0.0-feature_APPNG_2295-20191219.095622-19-sources.jar Progress (1): 2.0/21 kB Progress (1): 4.1/21 kB Progress (1): 6.1/21 kB Progress (1): 8.2/21 kB Progress (1): 10/21 kB Progress (1): 12/21 kB Progress (1): 14/21 kB Progress (1): 16/21 kB Progress (1): 18/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-formtags-2.0.0-feature_APPNG_2295-20191219.095622-19-sources.jar (21 kB at 483 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-formtags/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 14 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-xmlapi --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/xml/platform/Action.java [INFO] org/appng/xml/platform/ActionRef.java [INFO] org/appng/xml/platform/ApplicationConfig.java [INFO] org/appng/xml/platform/ApplicationReference.java [INFO] org/appng/xml/platform/ApplicationRootConfig.java [INFO] org/appng/xml/platform/Authentication.java [INFO] org/appng/xml/platform/Authentications.java [INFO] org/appng/xml/platform/Bean.java [INFO] org/appng/xml/platform/BeanOption.java [INFO] org/appng/xml/platform/Condition.java [INFO] org/appng/xml/platform/Config.java [INFO] org/appng/xml/platform/Content.java [INFO] org/appng/xml/platform/Data.java [INFO] org/appng/xml/platform/DataConfig.java [INFO] org/appng/xml/platform/Datafield.java [INFO] org/appng/xml/platform/Datasource.java [INFO] org/appng/xml/platform/DatasourceRef.java [INFO] org/appng/xml/platform/Datasources.java [INFO] org/appng/xml/platform/Digits.java [INFO] org/appng/xml/platform/Event.java [INFO] org/appng/xml/platform/Events.java [INFO] org/appng/xml/platform/FieldDef.java [INFO] org/appng/xml/platform/FieldPermissionType.java [INFO] org/appng/xml/platform/FieldPermissions.java [INFO] org/appng/xml/platform/FieldType.java [INFO] org/appng/xml/platform/FileUpload.java [INFO] org/appng/xml/platform/Future.java [INFO] org/appng/xml/platform/GetParams.java [INFO] org/appng/xml/platform/Icon.java [INFO] org/appng/xml/platform/Icontype.java [INFO] org/appng/xml/platform/ItemType.java [INFO] org/appng/xml/platform/Label.java [INFO] org/appng/xml/platform/Labels.java [INFO] org/appng/xml/platform/Link.java [INFO] org/appng/xml/platform/Linkmode.java [INFO] org/appng/xml/platform/Linkpanel.java [INFO] org/appng/xml/platform/Localization.java [INFO] org/appng/xml/platform/Max.java [INFO] org/appng/xml/platform/Message.java [INFO] org/appng/xml/platform/MessageType.java [INFO] org/appng/xml/platform/Messages.java [INFO] org/appng/xml/platform/MetaData.java [INFO] org/appng/xml/platform/Min.java [INFO] org/appng/xml/platform/Navigation.java [INFO] org/appng/xml/platform/NavigationItem.java [INFO] org/appng/xml/platform/NotNull.java [INFO] org/appng/xml/platform/ObjectFactory.java [INFO] org/appng/xml/platform/Option.java [INFO] org/appng/xml/platform/OptionGroup.java [INFO] org/appng/xml/platform/Output.java [INFO] org/appng/xml/platform/OutputFormat.java [INFO] org/appng/xml/platform/OutputType.java [INFO] org/appng/xml/platform/PageConfig.java [INFO] org/appng/xml/platform/PageDefinition.java [INFO] org/appng/xml/platform/PageReference.java [INFO] org/appng/xml/platform/Pages.java [INFO] org/appng/xml/platform/PagesReference.java [INFO] org/appng/xml/platform/PanelLocation.java [INFO] org/appng/xml/platform/Param.java [INFO] org/appng/xml/platform/ParamType.java [INFO] org/appng/xml/platform/Params.java [INFO] org/appng/xml/platform/Past.java [INFO] org/appng/xml/platform/Pattern.java [INFO] org/appng/xml/platform/Permission.java [INFO] org/appng/xml/platform/PermissionMode.java [INFO] org/appng/xml/platform/Permissions.java [INFO] org/appng/xml/platform/Platform.java [INFO] org/appng/xml/platform/PlatformConfig.java [INFO] org/appng/xml/platform/PostParams.java [INFO] org/appng/xml/platform/Result.java [INFO] org/appng/xml/platform/Resultset.java [INFO] org/appng/xml/platform/Rule.java [INFO] org/appng/xml/platform/Section.java [INFO] org/appng/xml/platform/SectionConfig.java [INFO] org/appng/xml/platform/SectionDef.java [INFO] org/appng/xml/platform/Sectionelement.java [INFO] org/appng/xml/platform/SectionelementDef.java [INFO] org/appng/xml/platform/Selection.java [INFO] org/appng/xml/platform/SelectionGroup.java [INFO] org/appng/xml/platform/SelectionType.java [INFO] org/appng/xml/platform/Session.java [INFO] org/appng/xml/platform/SessionInfo.java [INFO] org/appng/xml/platform/SessionParams.java [INFO] org/appng/xml/platform/Size.java [INFO] org/appng/xml/platform/Sort.java [INFO] org/appng/xml/platform/SortOrder.java [INFO] org/appng/xml/platform/Structure.java [INFO] org/appng/xml/platform/StructureDef.java [INFO] org/appng/xml/platform/Subject.java [INFO] org/appng/xml/platform/Template.java [INFO] org/appng/xml/platform/TextElement.java [INFO] org/appng/xml/platform/Textcontents.java [INFO] org/appng/xml/platform/Textelements.java [INFO] org/appng/xml/platform/Type.java [INFO] org/appng/xml/platform/UrlParams.java [INFO] org/appng/xml/platform/UrlSchema.java [INFO] org/appng/xml/platform/UserData.java [INFO] org/appng/xml/platform/UserInputField.java [INFO] org/appng/xml/platform/Validation.java [INFO] org/appng/xml/platform/ValidationGroups.java [INFO] org/appng/xml/platform/ValidationRule.java [INFO] org/appng/xml/platform/package-info.java [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/xml/application/ApplicationInfo.java [INFO] org/appng/xml/application/Datasource.java [INFO] org/appng/xml/application/DatasourceType.java [INFO] org/appng/xml/application/Datasources.java [INFO] org/appng/xml/application/ObjectFactory.java [INFO] org/appng/xml/application/PackageInfo.java [INFO] org/appng/xml/application/Permission.java [INFO] org/appng/xml/application/PermissionRef.java [INFO] org/appng/xml/application/Permissions.java [INFO] org/appng/xml/application/Properties.java [INFO] org/appng/xml/application/Property.java [INFO] org/appng/xml/application/PropertyType.java [INFO] org/appng/xml/application/Role.java [INFO] org/appng/xml/application/Roles.java [INFO] org/appng/xml/application/Template.java [INFO] org/appng/xml/application/TemplateType.java [INFO] org/appng/xml/application/package-info.java [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 126 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-xmlapi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.xml.MarshallServiceTest 2019-12-19 10:56:33,508 ERROR [main] org.appng.xml.MarshallService : error on line 75, column 38: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'authentication'. 2019-12-19 10:56:33,508 ERROR [main] org.appng.xml.MarshallService : error on line 75, column 38: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'authentication'. 2019-12-19 10:56:33,511 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: cvc-complex-type.2.4.a: Invalid content was found starting with element 'application-url'. One of '{"http://www.appng.org/schema/platform":platform-url, "http://www.appng.org/schema/platform":base-url, "http://www.appng.org/schema/platform":current-url, "http://www.appng.org/schema/platform":output, "http://www.appng.org/schema/platform":textelements, "http://www.appng.org/schema/platform":debug}' is expected. 2019-12-19 10:56:33,511 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: cvc-complex-type.2.4.a: Invalid content was found starting with element 'application-url'. One of '{"http://www.appng.org/schema/platform":platform-url, "http://www.appng.org/schema/platform":base-url, "http://www.appng.org/schema/platform":current-url, "http://www.appng.org/schema/platform":output, "http://www.appng.org/schema/platform":textelements, "http://www.appng.org/schema/platform":debug}' is expected. 2019-12-19 10:56:33,514 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: unexpected element (uri:"http://www.appng.org/schema/platform", local:"application-url"). Expected elements are <{http://www.appng.org/schema/platform}platform-url>,<{http://www.appng.org/schema/platform}base-url>,<{http://www.appng.org/schema/platform}output>,<{http://www.appng.org/schema/platform}debug>,<{http://www.appng.org/schema/platform}session>,<{http://www.appng.org/schema/platform}output-format>,<{http://www.appng.org/schema/platform}textelements>,<{http://www.appng.org/schema/platform}authentications>,<{http://www.appng.org/schema/platform}current-url>,<{http://www.appng.org/schema/platform}labels> 2019-12-19 10:56:33,514 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: unexpected element (uri:"http://www.appng.org/schema/platform", local:"application-url"). Expected elements are <{http://www.appng.org/schema/platform}platform-url>,<{http://www.appng.org/schema/platform}base-url>,<{http://www.appng.org/schema/platform}output>,<{http://www.appng.org/schema/platform}debug>,<{http://www.appng.org/schema/platform}session>,<{http://www.appng.org/schema/platform}output-format>,<{http://www.appng.org/schema/platform}textelements>,<{http://www.appng.org/schema/platform}authentications>,<{http://www.appng.org/schema/platform}current-url>,<{http://www.appng.org/schema/platform}labels> 2019-12-19 10:56:33,517 ERROR [main] org.appng.xml.MarshallService : error on line 94, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2019-12-19 10:56:33,517 ERROR [main] org.appng.xml.MarshallService : error on line 94, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2019-12-19 10:56:33,519 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-12-19 10:56:33,519 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-12-19 10:56:33,519 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-12-19 10:56:33,519 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-12-19 10:56:33,520 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-12-19 10:56:33,520 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-12-19 10:56:33,521 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-12-19 10:56:33,521 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-12-19 10:56:33,522 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-12-19 10:56:33,522 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-12-19 10:56:33,522 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-12-19 10:56:33,522 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-12-19 10:56:33,522 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-12-19 10:56:33,522 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2019-12-19 10:56:33,523 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-12-19 10:56:33,523 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2019-12-19 10:56:33,523 ERROR [main] org.appng.xml.MarshallService : error on line 114, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2019-12-19 10:56:33,523 ERROR [main] org.appng.xml.MarshallService : error on line 114, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2019-12-19 10:56:33,524 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: cvc-complex-type.2.4.a: Invalid content was found starting with element 'contents'. One of '{"http://www.appng.org/schema/platform":content}' is expected. 2019-12-19 10:56:33,524 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: cvc-complex-type.2.4.a: Invalid content was found starting with element 'contents'. One of '{"http://www.appng.org/schema/platform":content}' is expected. 2019-12-19 10:56:33,524 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: unexpected element (uri:"http://www.appng.org/schema/platform", local:"contents"). Expected elements are <{http://www.appng.org/schema/platform}navigation>,<{http://www.appng.org/schema/platform}subject>,<{http://www.appng.org/schema/platform}config>,<{http://www.appng.org/schema/platform}content> 2019-12-19 10:56:33,524 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: unexpected element (uri:"http://www.appng.org/schema/platform", local:"contents"). Expected elements are <{http://www.appng.org/schema/platform}navigation>,<{http://www.appng.org/schema/platform}subject>,<{http://www.appng.org/schema/platform}config>,<{http://www.appng.org/schema/platform}content> 2019-12-19 10:56:33,527 ERROR [main] org.appng.xml.MarshallService : error on line 151, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-12-19 10:56:33,527 ERROR [main] org.appng.xml.MarshallService : error on line 151, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-12-19 10:56:33,533 ERROR [main] org.appng.xml.MarshallService : error on line 302, column 43: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-12-19 10:56:33,533 ERROR [main] org.appng.xml.MarshallService : error on line 302, column 43: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-12-19 10:56:33,536 ERROR [main] org.appng.xml.MarshallService : error on line 385, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-12-19 10:56:33,536 ERROR [main] org.appng.xml.MarshallService : error on line 385, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-12-19 10:56:33,538 ERROR [main] org.appng.xml.MarshallService : error on line 427, column 48: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-12-19 10:56:33,538 ERROR [main] org.appng.xml.MarshallService : error on line 427, column 48: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-12-19 10:56:33,540 ERROR [main] org.appng.xml.MarshallService : error on line 489, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-12-19 10:56:33,540 ERROR [main] org.appng.xml.MarshallService : error on line 489, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2019-12-19 10:56:33,844 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@a3d8174: cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2019-12-19 10:56:33,844 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@a3d8174: cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.341 s - in org.appng.xml.MarshallServiceTest [INFO] Running org.appng.xml.transformation.StyleSheetProviderTest 2019-12-19 10:56:33,881 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2019-12-19 10:56:33,881 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.xml.transformation.StyleSheetProviderTest [INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest 2019-12-19 10:56:33,921 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java 2019-12-19 10:56:33,921 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.appng.xml.ApplicationPropertyConstantCreatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target/appng-xmlapi-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target/appng-xmlapi-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target/appng-xmlapi-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-xmlapi-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-xmlapi-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-xmlapi/target/appng-xmlapi-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-xmlapi-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-xmlapi --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 4.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-xmlapi-2.0.0-feature_APPNG_2295-20191219.095634-19.jar Progress (1): 2.0/157 kB Progress (1): 4.1/157 kB Progress (1): 6.1/157 kB Progress (1): 8.2/157 kB Progress (1): 10/157 kB Progress (1): 12/157 kB Progress (1): 14/157 kB Progress (1): 16/157 kB Progress (1): 18/157 kB Progress (1): 20/157 kB Progress (1): 23/157 kB Progress (1): 25/157 kB Progress (1): 27/157 kB Progress (1): 29/157 kB Progress (1): 31/157 kB Progress (1): 33/157 kB Progress (1): 35/157 kB Progress (1): 37/157 kB Progress (1): 39/157 kB Progress (1): 41/157 kB Progress (1): 43/157 kB Progress (1): 45/157 kB Progress (1): 47/157 kB Progress (1): 49/157 kB Progress (1): 51/157 kB Progress (1): 53/157 kB Progress (1): 55/157 kB Progress (1): 57/157 kB Progress (1): 59/157 kB Progress (1): 61/157 kB Progress (1): 63/157 kB Progress (1): 66/157 kB Progress (1): 68/157 kB Progress (1): 70/157 kB Progress (1): 72/157 kB Progress (1): 74/157 kB Progress (1): 76/157 kB Progress (1): 78/157 kB Progress (1): 80/157 kB Progress (1): 82/157 kB Progress (1): 84/157 kB Progress (1): 86/157 kB Progress (1): 88/157 kB Progress (1): 90/157 kB Progress (1): 92/157 kB Progress (1): 94/157 kB Progress (1): 96/157 kB Progress (1): 98/157 kB Progress (1): 100/157 kB Progress (1): 102/157 kB Progress (1): 104/157 kB Progress (1): 106/157 kB Progress (1): 109/157 kB Progress (1): 111/157 kB Progress (1): 113/157 kB Progress (1): 115/157 kB Progress (1): 117/157 kB Progress (1): 119/157 kB Progress (1): 121/157 kB Progress (1): 123/157 kB Progress (1): 125/157 kB Progress (1): 127/157 kB Progress (1): 129/157 kB Progress (1): 131/157 kB Progress (1): 133/157 kB Progress (1): 135/157 kB Progress (1): 137/157 kB Progress (1): 139/157 kB Progress (1): 141/157 kB Progress (1): 143/157 kB Progress (1): 145/157 kB Progress (1): 147/157 kB Progress (1): 150/157 kB Progress (1): 152/157 kB Progress (1): 154/157 kB Progress (1): 156/157 kB Progress (1): 157 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-xmlapi-2.0.0-feature_APPNG_2295-20191219.095634-19.jar (157 kB at 2.5 MB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-xmlapi-2.0.0-feature_APPNG_2295-20191219.095634-19.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-xmlapi-2.0.0-feature_APPNG_2295-20191219.095634-19.pom (3.1 kB at 79 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/maven-metadata.xml (3.4 kB at 74 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/maven-metadata.xml (3.4 kB at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-xmlapi-2.0.0-feature_APPNG_2295-20191219.095634-19-sources.jar Progress (1): 2.0/164 kB Progress (1): 4.1/164 kB Progress (1): 6.1/164 kB Progress (1): 8.2/164 kB Progress (1): 10/164 kB Progress (1): 12/164 kB Progress (1): 14/164 kB Progress (1): 16/164 kB Progress (1): 18/164 kB Progress (1): 20/164 kB Progress (1): 23/164 kB Progress (1): 25/164 kB Progress (1): 27/164 kB Progress (1): 29/164 kB Progress (1): 31/164 kB Progress (1): 33/164 kB Progress (1): 35/164 kB Progress (1): 37/164 kB Progress (1): 39/164 kB Progress (1): 41/164 kB Progress (1): 43/164 kB Progress (1): 45/164 kB Progress (1): 47/164 kB Progress (1): 49/164 kB Progress (1): 51/164 kB Progress (1): 53/164 kB Progress (1): 55/164 kB Progress (1): 57/164 kB Progress (1): 59/164 kB Progress (1): 61/164 kB Progress (1): 63/164 kB Progress (1): 66/164 kB Progress (1): 68/164 kB Progress (1): 70/164 kB Progress (1): 72/164 kB Progress (1): 74/164 kB Progress (1): 76/164 kB Progress (1): 78/164 kB Progress (1): 80/164 kB Progress (1): 82/164 kB Progress (1): 84/164 kB Progress (1): 86/164 kB Progress (1): 88/164 kB Progress (1): 90/164 kB Progress (1): 92/164 kB Progress (1): 94/164 kB Progress (1): 96/164 kB Progress (1): 98/164 kB Progress (1): 100/164 kB Progress (1): 102/164 kB Progress (1): 104/164 kB Progress (1): 106/164 kB Progress (1): 109/164 kB Progress (1): 111/164 kB Progress (1): 113/164 kB Progress (1): 115/164 kB Progress (1): 117/164 kB Progress (1): 119/164 kB Progress (1): 121/164 kB Progress (1): 123/164 kB Progress (1): 125/164 kB Progress (1): 127/164 kB Progress (1): 129/164 kB Progress (1): 131/164 kB Progress (1): 133/164 kB Progress (1): 135/164 kB Progress (1): 137/164 kB Progress (1): 139/164 kB Progress (1): 141/164 kB Progress (1): 143/164 kB Progress (1): 145/164 kB Progress (1): 147/164 kB Progress (1): 150/164 kB Progress (1): 152/164 kB Progress (1): 154/164 kB Progress (1): 156/164 kB Progress (1): 158/164 kB Progress (1): 160/164 kB Progress (1): 162/164 kB Progress (1): 164/164 kB Progress (1): 164 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-xmlapi-2.0.0-feature_APPNG_2295-20191219.095634-19-sources.jar (164 kB at 3.0 MB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-xmlapi/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 16 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-api --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 171 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/src/main/java/org/appng/api/support/OptionFactory.java uses unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 36 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 55 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-api --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.api.FormDataBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s - in org.appng.api.FormDataBinderTest [INFO] Running org.appng.api.auth.AuthToolsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.api.auth.AuthToolsTest [INFO] Running org.appng.api.RequestDataBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.RequestDataBinderTest [INFO] Running org.appng.api.ConfigValidatorTest 2019-12-19 10:56:46,819 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneDatasource::datasource 2019-12-19 10:56:46,828 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneDatasource::cloneDatasource 2019-12-19 10:56:46,832 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for enhancedClone::datasource 2019-12-19 10:56:46,836 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override title 2019-12-19 10:56:46,836 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override description 2019-12-19 10:56:46,836 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-12-19 10:56:46,836 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add parameter newParam 2019-12-19 10:56:46,836 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add new field foo at position 0 2019-12-19 10:56:46,836 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option testOption 2019-12-19 10:56:46,836 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add linkpanel with id nintendo 2019-12-19 10:56:46,836 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-12-19 10:56:46,836 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for overrideBeanClone::datasource 2019-12-19 10:56:46,840 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-12-19 10:56:46,840 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override bean id hansolo 2019-12-19 10:56:46,840 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option lucas 2019-12-19 10:56:46,840 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-12-19 10:56:46,840 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id jin 2019-12-19 10:56:46,840 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2019-12-19 10:56:47,284 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,293 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2019-12-19 10:56:47,305 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml 2019-12-19 10:56:47,311 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,318 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2019-12-19 10:56:47,323 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,328 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,332 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2019-12-19 10:56:47,337 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml 2019-12-19 10:56:47,341 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,346 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2019-12-19 10:56:47,350 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,418 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config//permissions/permission[@ref='testPermission'] in resource datasource.xml 2019-12-19 10:56:47,420 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,423 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2019-12-19 10:56:47,426 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,429 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='hyrule'] in resource datasource.xml 2019-12-19 10:56:47,432 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,434 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2019-12-19 10:56:47,437 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml 2019-12-19 10:56:47,440 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,443 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2019-12-19 10:56:47,445 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2019-12-19 10:56:47,525 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 270ms 2019-12-19 10:56:47,526 ERROR [main] org.appng.api.support.ConfigValidator: found errors: No found, application will not work! application.xml: Duplicate permission 'permissionA'. application.xml: Duplicate property 'propa'. application.xml: Duplicate role: User application.xml: The role 'User' references the permission 'permissionB' more than once! application.xml: The role 'User' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneCloneDatasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneDatasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'cloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneDatasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'datasource', option 'id' references the unknown parameter 'doesNotExist'. Valid parameters are: [dsParam1, dsParam2] datasource.xml: datasource 'datasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'datasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'datasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'datasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'datasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'datasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'enhancedClone': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'enhancedClone': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'enhancedClone': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'enhancedClone': linkpanel 'nintendo' link 'hyrule' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'enhancedClone': references the unknown permission 'testPermission'. datasource.xml: datasource 'person': field: email, condition: '${5 ab foo}' is invalid: Failed to parse the expression [${5 ab foo}] datasource.xml: datasource 'person': field: firstname, condition: '${current.dummy > 1}' is invalid: Property [dummy] not found on type [org.appng.api.Person] datasource.xml: datasource 'person': field: firstname, hidden: '${current.doDisplay}' is invalid: Property [doDisplay] not found on type [org.appng.api.Person] datasource.xml: datasource 'person': field: firstname, readOnly: '${isVisible}' is invalid: parameter 'isVisible' not found on datasource 'person' event.xml: action 'action', option 'id' references the unknown parameter 'doesNotExist'. Valid parameters are: [actionParam2, actionParam1] event.xml: action 'action': condition: '${fooo}' is invalid: parameter 'fooo' not found on action 'action' event.xml: action 'action': references the unknown permission 'doesNotExist'. event.xml: action 'action': the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter doesNotExist which is unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2] event.xml: action 'action2': references the unknown datasource 'doesNotExist'. event.xml: event 'event' references the unknown permission 'doesNotExist'. page.xml: page 'page' references the unknown action 'doesNotExist' (from event 'event'). page.xml: page 'page' references the unknown datasource 'doesNotExist'. page.xml: page 'page' references the unknown event 'doesNotExist'. page.xml: page 'page' references the unknown permission 'doesNotExist'. page.xml: page 'page' section[1] attribute 'hidden': parameter 'isHidden' not found on page 'page' page.xml: page 'page' section[1]/element[1] attribute 'folded': parameter 'isFolded' not found on page 'page' page.xml: page 'page' section[1]/element[1] attribute 'passive': parameter 'isPassive' not found on page 'page' page.xml: page 'page' the reference to action 'action' (from 'event.xml') uses the parameter actionParam3 which is unknown in the action 'action'! Supported parameters are: [actionParam2, actionParam1] page.xml: page 'page' the reference to action 'action' uses the unknown parameter doesNotExist. Supported parameters are: [getParam, urlParam, postParam] page.xml: page 'page' the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter dsParam3 which is unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2] page.xml: page 'page' the reference to dataSource 'datasource' uses the unknown parameter doesNotExist. Supported parameters are: [getParam, urlParam, postParam] page.xml: page 'page', action 'action' condition: '${fooo}' is invalid: parameter 'fooo' not found on page 'page' page.xml: page 'page', action 'action' references the unknown permission 'doesNotExist'. page.xml: page 'page', datasource 'datasource' condition: '${postParam and fooo}' is invalid: parameter 'fooo' not found on page 'page' page.xml: page 'page', datasource 'datasource' references the unknown permission 'doesNotExist'. 2019-12-19 10:56:47,532 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml 2019-12-19 10:56:47,544 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml 2019-12-19 10:56:47,550 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml 2019-12-19 10:56:47,552 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/meta-data in resource datasource.xml [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.233 s - in org.appng.api.ConfigValidatorTest [INFO] Running org.appng.api.XPathProcessorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.appng.api.XPathProcessorTest [INFO] Running org.appng.api.support.OptionsImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.support.OptionsImplTest [INFO] Running org.appng.api.support.LabelSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.appng.api.support.LabelSupportTest [INFO] Running org.appng.api.support.ParameterSupportTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.api.support.ParameterSupportTest [INFO] Running org.appng.api.support.FieldProcessorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.appng.api.support.FieldProcessorTest [INFO] Running org.appng.api.support.PropertyHolderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.api.support.PropertyHolderTest [INFO] Running org.appng.api.support.CallableDataSourceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.appng.api.support.CallableDataSourceTest [INFO] Running org.appng.api.support.RequestSupportTest 2019-12-19 10:56:48,033 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field birthDate: can not convert 'null' to type 'java.util.Date' using format 'yyyy.MM.dd' 2019-12-19 10:56:48,037 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2019-12-19 10:56:48,038 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2019-12-19 10:56:48,042 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###' 2019-12-19 10:56:48,086 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.1.0.Final [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in org.appng.api.support.RequestSupportTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2019-12-19 10:56:48,431 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.util.Date' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterLocalDateTimeTest 2019-12-19 10:56:48,465 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.time.LocalDateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.appng.api.support.field.DateFieldConverterLocalDateTimeTest [INFO] Running org.appng.api.support.field.DateFieldConverterLocalDateTest 2019-12-19 10:56:48,483 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.time.LocalDate' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.appng.api.support.field.DateFieldConverterLocalDateTest [INFO] Running org.appng.api.support.field.DateFieldConverterJodaLocalDateTimeTest 2019-12-19 10:56:48,633 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'org.joda.time.LocalDateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.appng.api.support.field.DateFieldConverterJodaLocalDateTimeTest [INFO] Running org.appng.api.support.field.DefaultFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.appng.api.support.field.DefaultFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterJodaDateTimeTest 2019-12-19 10:56:48,740 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'org.joda.time.DateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.appng.api.support.field.DateFieldConverterJodaDateTimeTest [INFO] Running org.appng.api.support.field.DateFieldConverterZonedDateTimeTest 2019-12-19 10:56:48,756 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.time.ZonedDateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.api.support.field.DateFieldConverterZonedDateTimeTest [INFO] Running org.appng.api.support.field.ObjectFieldConverterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 s - in org.appng.api.support.field.ObjectFieldConverterTest [INFO] Running org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Running org.appng.api.support.field.ListFieldConverterTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.appng.api.support.field.ListFieldConverterTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2019-12-19 10:56:49,402 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2019-12-19 10:56:49,414 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert 'null' to type 'java.lang.Integer' using format '#' [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.appng.api.support.field.IntegerFieldConverterTest [INFO] Running org.appng.api.support.field.FileFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.appng.api.support.field.FileFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterOffsetDateTimeTest 2019-12-19 10:56:49,473 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.time.OffsetDateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.api.support.field.DateFieldConverterOffsetDateTimeTest [INFO] Running org.appng.api.support.field.DateFieldConverterJodaLocalDateTest 2019-12-19 10:56:49,490 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'org.joda.time.LocalDate' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.appng.api.support.field.DateFieldConverterJodaLocalDateTest [INFO] Running org.appng.api.support.SortParamSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.appng.api.support.SortParamSupportTest [INFO] Running org.appng.api.support.ApplicationRequestTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.appng.api.support.ApplicationRequestTest [INFO] Running org.appng.api.support.CallableActionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.api.support.CallableActionTest [INFO] Running org.appng.api.support.ScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.ScopeTest [INFO] Running org.appng.api.support.ApplicationResourceHolderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.ApplicationResourceHolderTest [INFO] Running org.appng.api.support.OptionImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.OptionImplTest [INFO] Running org.appng.api.support.ValidationProviderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s - in org.appng.api.support.ValidationProviderTest [INFO] Running org.appng.api.support.validation.FileUploadValidatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.api.support.validation.FileUploadValidatorTest [INFO] Running org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2019-12-19 10:56:50,215 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneDatasource::datasource 2019-12-19 10:56:50,217 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneDatasource::cloneDatasource 2019-12-19 10:56:50,218 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for enhancedClone::datasource 2019-12-19 10:56:50,219 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override title 2019-12-19 10:56:50,219 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override description 2019-12-19 10:56:50,219 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-12-19 10:56:50,219 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add parameter newParam 2019-12-19 10:56:50,219 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add new field foo at position 0 2019-12-19 10:56:50,219 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option testOption 2019-12-19 10:56:50,219 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add linkpanel with id nintendo 2019-12-19 10:56:50,219 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-12-19 10:56:50,220 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for overrideBeanClone::datasource 2019-12-19 10:56:50,221 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-12-19 10:56:50,221 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override bean id hansolo 2019-12-19 10:56:50,221 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option lucas 2019-12-19 10:56:50,221 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-12-19 10:56:50,221 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id jin 2019-12-19 10:56:50,221 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.appng.api.support.DatasourceInheritanceTest [INFO] Running org.appng.api.support.I18nTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.I18nTest [INFO] Running org.appng.api.support.MessageSourceChainTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.support.MessageSourceChainTest [INFO] Running org.appng.api.support.SelectionBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.SelectionBuilderTest [INFO] Running org.appng.api.support.SelectionFactoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.SelectionFactoryTest [INFO] Running org.appng.api.support.ElementHelperTest [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.046 s - in org.appng.api.support.ElementHelperTest [INFO] Running org.appng.api.support.HttpHeaderUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.api.support.HttpHeaderUtilsTest [INFO] Running org.appng.api.support.ResultServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.appng.api.support.ResultServiceTest [INFO] Running org.appng.api.support.environment.EnvironmentTest 2019-12-19 10:56:50,366 INFO [main] org.appng.api.support.environment.DefaultEnvironment: Clearing site scope with identifier 'SITE.localhost' [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.api.support.environment.EnvironmentTest [INFO] Running org.appng.api.support.environment.AttributeWrapperTest 2019-12-19 10:56:50,366 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#834075412 for site thesite with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.environment.AttributeWrapperTest [INFO] Running org.appng.api.model.PropertyTypeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.model.PropertyTypeTest [INFO] Running org.appng.api.FileUploadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.FileUploadTest [INFO] Running org.appng.api.ConsumerProducerTest waiting 10 ms waiting 20 ms waiting 30 ms waiting 40 ms waiting 50 ms waiting 60 ms waiting 70 ms waiting 80 ms waiting 90 ms no java.lang.String returned after 80 milliseconds [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.appng.api.ConsumerProducerTest [INFO] Running org.appng.api.DataContainerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.appng.api.DataContainerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 319, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/target/appng-api-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/target/appng-api-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/target/appng-api-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-api-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-api-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-api/target/appng-api-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-api-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-api --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 10 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-api-2.0.0-feature_APPNG_2295-20191219.095652-18.jar Progress (1): 2.0/344 kB Progress (1): 4.1/344 kB Progress (1): 6.1/344 kB Progress (1): 8.2/344 kB Progress (1): 10/344 kB Progress (1): 12/344 kB Progress (1): 14/344 kB Progress (1): 16/344 kB Progress (1): 18/344 kB Progress (1): 20/344 kB Progress (1): 23/344 kB Progress (1): 25/344 kB Progress (1): 27/344 kB Progress (1): 29/344 kB Progress (1): 31/344 kB Progress (1): 33/344 kB Progress (1): 35/344 kB Progress (1): 37/344 kB Progress (1): 39/344 kB Progress (1): 41/344 kB Progress (1): 43/344 kB Progress (1): 45/344 kB Progress (1): 47/344 kB Progress (1): 49/344 kB Progress (1): 51/344 kB Progress (1): 53/344 kB Progress (1): 55/344 kB Progress (1): 57/344 kB Progress (1): 59/344 kB Progress (1): 61/344 kB Progress (1): 63/344 kB Progress (1): 66/344 kB Progress (1): 68/344 kB Progress (1): 70/344 kB Progress (1): 72/344 kB Progress (1): 74/344 kB Progress (1): 76/344 kB Progress (1): 78/344 kB Progress (1): 80/344 kB Progress (1): 82/344 kB Progress (1): 84/344 kB Progress (1): 86/344 kB Progress (1): 88/344 kB Progress (1): 90/344 kB Progress (1): 92/344 kB Progress (1): 94/344 kB Progress (1): 96/344 kB Progress (1): 98/344 kB Progress (1): 100/344 kB Progress (1): 102/344 kB Progress (1): 104/344 kB Progress (1): 106/344 kB Progress (1): 109/344 kB Progress (1): 111/344 kB Progress (1): 113/344 kB Progress (1): 115/344 kB Progress (1): 117/344 kB Progress (1): 119/344 kB Progress (1): 121/344 kB Progress (1): 123/344 kB Progress (1): 125/344 kB Progress (1): 127/344 kB Progress (1): 129/344 kB Progress (1): 131/344 kB Progress (1): 133/344 kB Progress (1): 135/344 kB Progress (1): 137/344 kB Progress (1): 139/344 kB Progress (1): 141/344 kB Progress (1): 143/344 kB Progress (1): 145/344 kB Progress (1): 147/344 kB Progress (1): 150/344 kB Progress (1): 152/344 kB Progress (1): 154/344 kB Progress (1): 156/344 kB Progress (1): 158/344 kB Progress (1): 160/344 kB Progress (1): 162/344 kB Progress (1): 164/344 kB Progress (1): 166/344 kB Progress (1): 168/344 kB Progress (1): 170/344 kB Progress (1): 172/344 kB Progress (1): 174/344 kB Progress (1): 176/344 kB Progress (1): 178/344 kB Progress (1): 180/344 kB Progress (1): 182/344 kB Progress (1): 184/344 kB Progress (1): 186/344 kB Progress (1): 188/344 kB Progress (1): 190/344 kB Progress (1): 193/344 kB Progress (1): 195/344 kB Progress (1): 197/344 kB Progress (1): 199/344 kB Progress (1): 201/344 kB Progress (1): 203/344 kB Progress (1): 205/344 kB Progress (1): 207/344 kB Progress (1): 209/344 kB Progress (1): 211/344 kB Progress (1): 213/344 kB Progress (1): 215/344 kB Progress (1): 217/344 kB Progress (1): 219/344 kB Progress (1): 221/344 kB Progress (1): 223/344 kB Progress (1): 225/344 kB Progress (1): 227/344 kB Progress (1): 229/344 kB Progress (1): 231/344 kB Progress (1): 233/344 kB Progress (1): 236/344 kB Progress (1): 238/344 kB Progress (1): 240/344 kB Progress (1): 242/344 kB Progress (1): 244/344 kB Progress (1): 246/344 kB Progress (1): 248/344 kB Progress (1): 250/344 kB Progress (1): 252/344 kB Progress (1): 254/344 kB Progress (1): 256/344 kB Progress (1): 258/344 kB Progress (1): 260/344 kB Progress (1): 262/344 kB Progress (1): 264/344 kB Progress (1): 266/344 kB Progress (1): 268/344 kB Progress (1): 270/344 kB Progress (1): 272/344 kB Progress (1): 274/344 kB Progress (1): 276/344 kB Progress (1): 279/344 kB Progress (1): 281/344 kB Progress (1): 283/344 kB Progress (1): 285/344 kB Progress (1): 287/344 kB Progress (1): 289/344 kB Progress (1): 291/344 kB Progress (1): 293/344 kB Progress (1): 295/344 kB Progress (1): 297/344 kB Progress (1): 299/344 kB Progress (1): 301/344 kB Progress (1): 303/344 kB Progress (1): 305/344 kB Progress (1): 307/344 kB Progress (1): 309/344 kB Progress (1): 311/344 kB Progress (1): 313/344 kB Progress (1): 315/344 kB Progress (1): 317/344 kB Progress (1): 319/344 kB Progress (1): 322/344 kB Progress (1): 324/344 kB Progress (1): 326/344 kB Progress (1): 328/344 kB Progress (1): 330/344 kB Progress (1): 332/344 kB Progress (1): 334/344 kB Progress (1): 336/344 kB Progress (1): 338/344 kB Progress (1): 340/344 kB Progress (1): 342/344 kB Progress (1): 344 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-api-2.0.0-feature_APPNG_2295-20191219.095652-18.jar (344 kB at 4.8 MB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-api-2.0.0-feature_APPNG_2295-20191219.095652-18.pom Progress (1): 2.0/4.0 kB Progress (1): 4.0 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-api-2.0.0-feature_APPNG_2295-20191219.095652-18.pom (4.0 kB at 40 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/maven-metadata.xml (3.4 kB at 105 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 8.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/maven-metadata.xml (3.4 kB at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-api-2.0.0-feature_APPNG_2295-20191219.095652-18-sources.jar Progress (1): 2.0/277 kB Progress (1): 4.1/277 kB Progress (1): 6.1/277 kB Progress (1): 8.2/277 kB Progress (1): 10/277 kB Progress (1): 12/277 kB Progress (1): 14/277 kB Progress (1): 16/277 kB Progress (1): 18/277 kB Progress (1): 20/277 kB Progress (1): 23/277 kB Progress (1): 25/277 kB Progress (1): 27/277 kB Progress (1): 29/277 kB Progress (1): 31/277 kB Progress (1): 33/277 kB Progress (1): 35/277 kB Progress (1): 37/277 kB Progress (1): 39/277 kB Progress (1): 41/277 kB Progress (1): 43/277 kB Progress (1): 45/277 kB Progress (1): 47/277 kB Progress (1): 49/277 kB Progress (1): 51/277 kB Progress (1): 53/277 kB Progress (1): 55/277 kB Progress (1): 57/277 kB Progress (1): 59/277 kB Progress (1): 61/277 kB Progress (1): 63/277 kB Progress (1): 66/277 kB Progress (1): 68/277 kB Progress (1): 70/277 kB Progress (1): 72/277 kB Progress (1): 74/277 kB Progress (1): 76/277 kB Progress (1): 78/277 kB Progress (1): 80/277 kB Progress (1): 82/277 kB Progress (1): 84/277 kB Progress (1): 86/277 kB Progress (1): 88/277 kB Progress (1): 90/277 kB Progress (1): 92/277 kB Progress (1): 94/277 kB Progress (1): 96/277 kB Progress (1): 98/277 kB Progress (1): 100/277 kB Progress (1): 102/277 kB Progress (1): 104/277 kB Progress (1): 106/277 kB Progress (1): 109/277 kB Progress (1): 111/277 kB Progress (1): 113/277 kB Progress (1): 115/277 kB Progress (1): 117/277 kB Progress (1): 119/277 kB Progress (1): 121/277 kB Progress (1): 123/277 kB Progress (1): 125/277 kB Progress (1): 127/277 kB Progress (1): 129/277 kB Progress (1): 131/277 kB Progress (1): 133/277 kB Progress (1): 135/277 kB Progress (1): 137/277 kB Progress (1): 139/277 kB Progress (1): 141/277 kB Progress (1): 143/277 kB Progress (1): 145/277 kB Progress (1): 147/277 kB Progress (1): 150/277 kB Progress (1): 152/277 kB Progress (1): 154/277 kB Progress (1): 156/277 kB Progress (1): 158/277 kB Progress (1): 160/277 kB Progress (1): 162/277 kB Progress (1): 164/277 kB Progress (1): 166/277 kB Progress (1): 168/277 kB Progress (1): 170/277 kB Progress (1): 172/277 kB Progress (1): 174/277 kB Progress (1): 176/277 kB Progress (1): 178/277 kB Progress (1): 180/277 kB Progress (1): 182/277 kB Progress (1): 184/277 kB Progress (1): 186/277 kB Progress (1): 188/277 kB Progress (1): 190/277 kB Progress (1): 193/277 kB Progress (1): 195/277 kB Progress (1): 197/277 kB Progress (1): 199/277 kB Progress (1): 201/277 kB Progress (1): 203/277 kB Progress (1): 205/277 kB Progress (1): 207/277 kB Progress (1): 209/277 kB Progress (1): 211/277 kB Progress (1): 213/277 kB Progress (1): 215/277 kB Progress (1): 217/277 kB Progress (1): 219/277 kB Progress (1): 221/277 kB Progress (1): 223/277 kB Progress (1): 225/277 kB Progress (1): 227/277 kB Progress (1): 229/277 kB Progress (1): 231/277 kB Progress (1): 233/277 kB Progress (1): 236/277 kB Progress (1): 238/277 kB Progress (1): 240/277 kB Progress (1): 242/277 kB Progress (1): 244/277 kB Progress (1): 246/277 kB Progress (1): 248/277 kB Progress (1): 250/277 kB Progress (1): 252/277 kB Progress (1): 254/277 kB Progress (1): 256/277 kB Progress (1): 258/277 kB Progress (1): 260/277 kB Progress (1): 262/277 kB Progress (1): 264/277 kB Progress (1): 266/277 kB Progress (1): 268/277 kB Progress (1): 270/277 kB Progress (1): 272/277 kB Progress (1): 274/277 kB Progress (1): 276/277 kB Progress (1): 277 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-api-2.0.0-feature_APPNG_2295-20191219.095652-18-sources.jar (277 kB at 4.9 MB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 11 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-testsupport --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-testsupport/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-testsupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-testsupport/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-testsupport/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-testsupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-testsupport/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-testsupport --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.testsupport.TestBaseTest 2019-12-19 10:56:55,823 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:56:55,850 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3f200884, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4d339552, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@f0f2775, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5a4aa2f2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6591f517, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@345965f2, org.springframework.test.context.event.EventPublishingTestExecutionListener@429bd883] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 s - in org.appng.testsupport.TestBaseTest [INFO] Running org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 s - in org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Running org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Running org.appng.testsupport.SimpleApplicationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.testsupport.SimpleApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-testsupport/target/appng-testsupport-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-testsupport/target/appng-testsupport-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-testsupport/target/appng-testsupport-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-testsupport-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-testsupport/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-testsupport-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-testsupport/target/appng-testsupport-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-testsupport-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-testsupport --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-testsupport-2.0.0-feature_APPNG_2295-20191219.095659-18.jar Progress (1): 2.0/61 kB Progress (1): 4.1/61 kB Progress (1): 6.1/61 kB Progress (1): 8.2/61 kB Progress (1): 10/61 kB Progress (1): 12/61 kB Progress (1): 14/61 kB Progress (1): 16/61 kB Progress (1): 18/61 kB Progress (1): 20/61 kB Progress (1): 23/61 kB Progress (1): 25/61 kB Progress (1): 27/61 kB Progress (1): 29/61 kB Progress (1): 31/61 kB Progress (1): 33/61 kB Progress (1): 35/61 kB Progress (1): 37/61 kB Progress (1): 39/61 kB Progress (1): 41/61 kB Progress (1): 43/61 kB Progress (1): 45/61 kB Progress (1): 47/61 kB Progress (1): 49/61 kB Progress (1): 51/61 kB Progress (1): 53/61 kB Progress (1): 55/61 kB Progress (1): 57/61 kB Progress (1): 59/61 kB Progress (1): 61 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-testsupport-2.0.0-feature_APPNG_2295-20191219.095659-18.jar (61 kB at 966 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-testsupport-2.0.0-feature_APPNG_2295-20191219.095659-18.pom Progress (1): 2.0/2.2 kB Progress (1): 2.2 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-testsupport-2.0.0-feature_APPNG_2295-20191219.095659-18.pom (2.2 kB at 45 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/maven-metadata.xml (3.4 kB at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 7.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/maven-metadata.xml (3.4 kB at 41 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-testsupport-2.0.0-feature_APPNG_2295-20191219.095659-18-sources.jar Progress (1): 2.0/37 kB Progress (1): 4.1/37 kB Progress (1): 6.1/37 kB Progress (1): 8.2/37 kB Progress (1): 10/37 kB Progress (1): 12/37 kB Progress (1): 14/37 kB Progress (1): 16/37 kB Progress (1): 18/37 kB Progress (1): 20/37 kB Progress (1): 23/37 kB Progress (1): 25/37 kB Progress (1): 27/37 kB Progress (1): 29/37 kB Progress (1): 31/37 kB Progress (1): 33/37 kB Progress (1): 35/37 kB Progress (1): 37 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-testsupport-2.0.0-feature_APPNG_2295-20191219.095659-18-sources.jar (37 kB at 665 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-testsupport/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 1.9 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-rest-api --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target [INFO] [INFO] --- swagger-codegen-maven-plugin:2.4.7:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [WARNING] Output directory does not exist, or is inaccessible. No file (.swagger-codegen-ignore) will be evaluated. [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/pom.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/README.md [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/build.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/build.sbt [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/settings.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/gradle.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/.swagger-codegen-ignore [INFO] writing file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-rest-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-rest-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-rest-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-rest-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-rest-api --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.api.rest.DataSourceHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.appng.api.rest.DataSourceHelperTest [INFO] Running org.appng.api.rest.ActionHelperTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.api.rest.ActionHelperTest [INFO] Running org.appng.api.rest.RestClientTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.appng.api.rest.RestClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/appng-rest-api-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/appng-rest-api-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-rest-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/appng-rest-api-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-rest-api-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-rest-api-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-rest-api/target/appng-rest-api-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-rest-api-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-rest-api --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 19 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 82 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-rest-api-2.0.0-feature_APPNG_2295-20191219.095707-18.jar Progress (1): 2.0/82 kB Progress (1): 4.1/82 kB Progress (1): 6.1/82 kB Progress (1): 8.2/82 kB Progress (1): 10/82 kB Progress (1): 12/82 kB Progress (1): 14/82 kB Progress (1): 16/82 kB Progress (1): 18/82 kB Progress (1): 20/82 kB Progress (1): 23/82 kB Progress (1): 25/82 kB Progress (1): 27/82 kB Progress (1): 29/82 kB Progress (1): 31/82 kB Progress (1): 33/82 kB Progress (1): 35/82 kB Progress (1): 37/82 kB Progress (1): 39/82 kB Progress (1): 41/82 kB Progress (1): 43/82 kB Progress (1): 45/82 kB Progress (1): 47/82 kB Progress (1): 49/82 kB Progress (1): 51/82 kB Progress (1): 53/82 kB Progress (1): 55/82 kB Progress (1): 57/82 kB Progress (1): 59/82 kB Progress (1): 61/82 kB Progress (1): 63/82 kB Progress (1): 66/82 kB Progress (1): 68/82 kB Progress (1): 70/82 kB Progress (1): 72/82 kB Progress (1): 74/82 kB Progress (1): 76/82 kB Progress (1): 78/82 kB Progress (1): 80/82 kB Progress (1): 82 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-rest-api-2.0.0-feature_APPNG_2295-20191219.095707-18.jar (82 kB at 1.6 MB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-rest-api-2.0.0-feature_APPNG_2295-20191219.095707-18.pom Progress (1): 2.0/4.4 kB Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-rest-api-2.0.0-feature_APPNG_2295-20191219.095707-18.pom (4.4 kB at 92 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (3.4 kB at 56 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (3.4 kB at 177 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (3.4 kB at 25 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (3.4 kB at 86 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-rest-api-2.0.0-feature_APPNG_2295-20191219.095707-18-sources.jar Progress (1): 2.0/53 kB Progress (1): 4.1/53 kB Progress (1): 6.1/53 kB Progress (1): 8.2/53 kB Progress (1): 10/53 kB Progress (1): 12/53 kB Progress (1): 14/53 kB Progress (1): 16/53 kB Progress (1): 18/53 kB Progress (1): 20/53 kB Progress (1): 23/53 kB Progress (1): 25/53 kB Progress (1): 27/53 kB Progress (1): 29/53 kB Progress (1): 31/53 kB Progress (1): 33/53 kB Progress (1): 35/53 kB Progress (1): 37/53 kB Progress (1): 39/53 kB Progress (1): 41/53 kB Progress (1): 43/53 kB Progress (1): 45/53 kB Progress (1): 47/53 kB Progress (1): 49/53 kB Progress (1): 51/53 kB Progress (1): 53 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-rest-api-2.0.0-feature_APPNG_2295-20191219.095707-18-sources.jar (53 kB at 1.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (3.4 kB at 259 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-rest-api/maven-metadata.xml (3.4 kB at 45 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-persistence --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/target/classes [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/src/main/java/org/appng/persistence/repository/SearchRepositoryImpl.java: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/src/main/java/org/appng/persistence/repository/SearchRepositoryImpl.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/src/main/java/org/appng/persistence/repository/SearchRepositoryImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-persistence --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.persistence.repository.SearchRepositoryTest 2019-12-19 10:57:12,872 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:13,167 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 274ms. Found 1 repository interfaces. 2019-12-19 10:57:13,416 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:13,444 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:13,549 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.8.Final} 2019-12-19 10:57:13,741 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-12-19 10:57:14,071 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) Dec 19, 2019 10:57:14 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-12-19 10:57:14,095 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:14,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:14,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:14,099 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:14,428 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:14,510 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:16,857 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.1.0.Final 2019-12-19 10:57:17,501 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@65514add] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:17,504 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34451ed8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:17,515 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:17,524 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:19,463 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:19,464 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:19,473 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:19,497 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 24ms. Found 1 repository interfaces. 2019-12-19 10:57:19,506 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:19,506 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:19,514 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:19,514 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:19,514 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:19,514 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:19,514 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:19,518 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:19,523 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:19,677 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4adf3582] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:19,680 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@655203e3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:19,690 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:19,690 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:19,942 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:19,942 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:19,948 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:19,971 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 23ms. Found 1 repository interfaces. 2019-12-19 10:57:19,978 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:19,978 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:20,020 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:20,020 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:20,020 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:20,020 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:20,020 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:20,021 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:20,025 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:20,118 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@ae3c140] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:20,119 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5d84e363] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:20,127 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:20,127 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:20,230 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:20,230 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:20,236 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:20,253 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 16ms. Found 1 repository interfaces. 2019-12-19 10:57:20,258 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:20,258 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:20,264 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:20,264 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:20,264 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:20,264 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:20,264 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:20,265 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:20,269 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:20,352 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5be7b749] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:20,354 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2c0dca15] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:20,361 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:20,361 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:20,457 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:20,457 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:20,462 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:20,478 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 15ms. Found 1 repository interfaces. 2019-12-19 10:57:20,483 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:20,483 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:20,489 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:20,489 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:20,489 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:20,489 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:20,489 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:20,490 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:20,493 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:20,581 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@eb91027] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:20,584 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7884f722] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:20,591 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:20,591 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:20,674 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:20,675 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:20,685 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:20,703 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 17ms. Found 1 repository interfaces. 2019-12-19 10:57:20,707 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:20,708 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:20,713 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:20,713 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:20,713 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:20,713 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:20,713 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:20,714 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:20,718 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:20,795 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f2fdf3d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:20,797 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@86377d5] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:20,804 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:20,804 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:20,896 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:20,896 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:20,901 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:20,916 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 14ms. Found 1 repository interfaces. 2019-12-19 10:57:20,921 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:20,921 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:20,927 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:20,927 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:20,927 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:20,927 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:20,928 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:20,928 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:20,932 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:21,003 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7b7e4b20] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,004 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5c13af01] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,011 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:21,011 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:21,122 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:21,122 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:21,126 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:21,144 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 17ms. Found 1 repository interfaces. 2019-12-19 10:57:21,149 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:21,149 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:21,157 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:21,157 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:21,157 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:21,157 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:21,157 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:21,158 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:21,162 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:21,254 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1253b822] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,256 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3ee68377] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,264 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:21,264 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:21,401 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:21,401 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:21,409 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:21,437 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 26ms. Found 1 repository interfaces. 2019-12-19 10:57:21,443 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:21,443 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:21,451 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:21,451 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:21,451 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:21,451 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:21,451 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:21,452 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:21,456 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:21,580 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@64af5454] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,582 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@27048db3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,589 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:21,589 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:21,677 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:21,677 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:21,681 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:21,696 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 14ms. Found 1 repository interfaces. 2019-12-19 10:57:21,701 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:21,701 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:21,707 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:21,707 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:21,707 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:21,707 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:21,707 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:21,708 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:21,711 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:21,787 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@42e4431] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,788 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@55cb3b7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,795 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:21,796 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:21,879 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:21,879 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:21,883 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:21,895 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 12ms. Found 1 repository interfaces. 2019-12-19 10:57:21,899 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:21,899 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:21,904 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:21,904 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:21,905 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:21,905 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:21,905 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:21,906 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:21,909 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:21,977 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@662d3e85] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,978 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@237d0625] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:21,984 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:21,984 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,097 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:22,101 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:22,113 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 11ms. Found 1 repository interfaces. 2019-12-19 10:57:22,117 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:22,117 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:22,122 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:22,122 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:22,122 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:22,122 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:22,122 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:22,124 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:22,127 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:22,187 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1f02b6d1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:22,188 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@426940f9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:22,194 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:22,194 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,326 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,326 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:22,330 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:22,343 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 13ms. Found 1 repository interfaces. 2019-12-19 10:57:22,348 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:22,348 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:22,354 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:22,354 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:22,354 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:22,354 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:22,354 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:22,355 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:22,357 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:22,427 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3ecbfba1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:22,429 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@54fffa5a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:22,436 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:22,436 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,535 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,535 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:22,539 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:22,554 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 14ms. Found 1 repository interfaces. 2019-12-19 10:57:22,558 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:22,558 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:22,564 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:22,564 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:22,564 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:22,564 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:22,564 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:22,565 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:22,568 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:22,636 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@279e85eb] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:22,638 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@589a4305] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:22,644 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:22,645 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,725 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,725 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:22,729 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:22,743 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 13ms. Found 1 repository interfaces. 2019-12-19 10:57:22,748 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:22,748 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:22,753 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:22,754 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:22,754 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:22,754 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:22,754 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:22,755 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:22,757 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:22,866 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5390862e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:22,874 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@923bf67] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:22,883 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:22,883 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,969 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:22,969 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:22,974 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:22,987 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 13ms. Found 1 repository interfaces. 2019-12-19 10:57:22,994 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:22,994 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:23,000 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:23,001 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:23,001 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:23,001 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:23,001 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:23,002 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:23,005 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:23,071 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@52f71d2] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,072 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6195ce27] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,079 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:23,079 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:23,166 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:23,167 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.72 s - in org.appng.persistence.repository.SearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest 2019-12-19 10:57:23,195 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:23,200 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:23,200 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:23,200 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:23,200 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:23,200 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:23,202 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:23,205 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:23,263 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7de2c19c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,264 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@197da701] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,270 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:23,282 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:23,287 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:23,287 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:23,287 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:23,287 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:23,287 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:23,290 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:23,294 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:23,346 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6bc1c8d0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,347 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5ce7ab6f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,354 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:23,376 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:23,382 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:23,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:23,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:23,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:23,382 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:23,383 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:23,385 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:23,434 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6b5c4b75] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,435 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@509d999c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,441 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:23,451 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:23,457 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:23,457 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:23,457 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:23,457 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:23,457 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:23,458 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:23,461 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:23,508 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@9203db8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,509 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5c21b22e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,516 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:23,529 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:23,535 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:23,535 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:23,535 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:23,535 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:23,535 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:23,536 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:23,539 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:23,587 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@54d62c35] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,588 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@78626209] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,595 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:23,603 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:23,608 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:23,608 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:23,608 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:23,608 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:23,608 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:23,611 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:23,614 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:23,662 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f349170] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,663 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@a89dec0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,669 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.QueryDslSearchRepositoryTest 2019-12-19 10:57:23,683 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:23,695 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 12ms. Found 1 repository interfaces. 2019-12-19 10:57:23,699 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:23,699 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:23,704 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:23,704 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:23,704 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:23,704 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:23,704 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:23,705 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:23,707 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:23,754 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1d47b761] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,755 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5b5f48d5] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:23,761 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:23,762 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:24,490 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:24,491 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest 2019-12-19 10:57:24,502 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:57:24,524 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 21ms. Found 1 repository interfaces. 2019-12-19 10:57:24,540 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:57:24,540 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:57:24,548 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:57:24,548 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:57:24,548 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:57:24,549 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:57:24,549 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:57:24,550 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:57:24,553 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:57:24,616 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@414d5660] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:24,617 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@771deee6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:57:24,624 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:57:24,624 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:57:24,710 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/target/appng-persistence-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/target/appng-persistence-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/target/appng-persistence-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-persistence-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-persistence-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-persistence/target/appng-persistence-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-persistence-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-persistence --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 9.9 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 67 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-persistence-2.0.0-feature_APPNG_2295-20191219.095725-18.jar Progress (1): 2.0/26 kB Progress (1): 4.1/26 kB Progress (1): 6.1/26 kB Progress (1): 8.2/26 kB Progress (1): 10/26 kB Progress (1): 12/26 kB Progress (1): 14/26 kB Progress (1): 16/26 kB Progress (1): 18/26 kB Progress (1): 20/26 kB Progress (1): 23/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-persistence-2.0.0-feature_APPNG_2295-20191219.095725-18.jar (26 kB at 483 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-persistence-2.0.0-feature_APPNG_2295-20191219.095725-18.pom Progress (1): 2.0/2.6 kB Progress (1): 2.6 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-persistence-2.0.0-feature_APPNG_2295-20191219.095725-18.pom (2.6 kB at 59 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (3.4 kB at 63 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (3.4 kB at 116 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 36 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (3.4 kB at 47 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (3.4 kB at 86 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-persistence-2.0.0-feature_APPNG_2295-20191219.095725-18-sources.jar Progress (1): 2.0/23 kB Progress (1): 4.1/23 kB Progress (1): 6.1/23 kB Progress (1): 8.2/23 kB Progress (1): 10/23 kB Progress (1): 12/23 kB Progress (1): 14/23 kB Progress (1): 16/23 kB Progress (1): 18/23 kB Progress (1): 20/23 kB Progress (1): 23/23 kB Progress (1): 23 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-persistence-2.0.0-feature_APPNG_2295-20191219.095725-18-sources.jar (23 kB at 533 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (3.4 kB at 224 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 36 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-persistence/maven-metadata.xml (3.4 kB at 120 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-search --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-search --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.search.indexer.StandardSearcherTest 2019-12-19 10:57:37,401 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2019-12-19 10:57:37,410 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages 2019-12-19 10:57:37,495 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/de/42.jsp 2019-12-19 10:57:37,963 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2019-12-19 10:57:37,965 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2019-12-19 10:57:37,965 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2019-12-19 10:57:37,965 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2019-12-19 10:57:37,972 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/de/42.jsp 2019-12-19 10:57:37,972 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 483ms Dec 19, 2019 10:57:39 AM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem WARNING: J2KImageReader not loaded. JPEG2000 files will not be processed. See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io for optional dependencies. Dec 19, 2019 10:57:39 AM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem WARNING: org.xerial's sqlite-jdbc is not loaded. Please provide the jar on your classpath to parse sqlite files. See tika-parsers/pom.xml for the correct version. 2019-12-19 10:57:40,773 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/de/42.txt 2019-12-19 10:57:40,775 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 2801ms 2019-12-19 10:57:40,779 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/en/42.jsp 2019-12-19 10:57:40,782 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2019-12-19 10:57:40,784 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2019-12-19 10:57:40,784 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2019-12-19 10:57:40,784 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2019-12-19 10:57:40,784 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/en/42.jsp 2019-12-19 10:57:40,784 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 5ms 2019-12-19 10:57:40,812 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/en/42.txt 2019-12-19 10:57:40,813 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 29ms 2019-12-19 10:57:40,839 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/en/foobar.txt 2019-12-19 10:57:40,840 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 27ms 2019-12-19 10:57:40,840 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/en/acme.jsp 2019-12-19 10:57:40,842 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2019-12-19 10:57:40,842 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2019-12-19 10:57:40,842 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/en/acme.jsp 2019-12-19 10:57:40,843 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 2ms 2019-12-19 10:57:40,843 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 3432 milliseconds 2019-12-19 10:57:41,371 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#20276430 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2019-12-19 10:57:41,384 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/index 2019-12-19 10:57:43,433 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#20276430 2019-12-19 10:57:43,433 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'clear index' which offered 0 events (CREATE: 0, UPDATE: 0, DELETE: 0). The index now contains 0 documents (was 0 before) 2019-12-19 10:57:43,434 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#20276430, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/index 2019-12-19 10:57:43,451 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@13564ce 2019-12-19 10:57:43,572 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2019-12-19 10:57:43,572 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b96838e 2019-12-19 10:57:43,579 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#2144744000 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2019-12-19 10:57:43,777 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2019-12-19 10:57:43,777 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [198ms] CREATE, query: +id:/de/42.jsp +type:jsp 2019-12-19 10:57:43,782 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2019-12-19 10:57:43,782 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [4ms] CREATE, query: +id:/de/42.txt +type:txt 2019-12-19 10:57:46,021 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#2144744000 2019-12-19 10:57:46,021 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/de' which offered 2 events (CREATE: 2, UPDATE: 0, DELETE: 0). The index now contains 2 documents (was 0 before) 2019-12-19 10:57:46,021 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#2144744000, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/index 2019-12-19 10:57:46,022 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@7fd63240 2019-12-19 10:57:46,022 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2019-12-19 10:57:46,022 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b96838e 2019-12-19 10:57:46,027 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#820849447 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2019-12-19 10:57:46,175 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2019-12-19 10:57:46,175 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [97ms] CREATE, query: +id:/en/42.jsp +type:jsp 2019-12-19 10:57:46,180 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2019-12-19 10:57:46,180 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [4ms] CREATE, query: +id:/en/42.txt +type:txt 2019-12-19 10:57:46,181 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2019-12-19 10:57:46,181 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/foobar.txt +type:txt 2019-12-19 10:57:46,181 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2019-12-19 10:57:46,182 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2019-12-19 10:57:48,250 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#820849447 2019-12-19 10:57:48,250 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/en' which offered 4 events (CREATE: 4, UPDATE: 0, DELETE: 0). The index now contains 6 documents (was 2 before) 2019-12-19 10:57:48,250 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#820849447, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/index 2019-12-19 10:57:48,251 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@30ed2b27 2019-12-19 10:57:48,252 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(8.3.1):c2:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_131, java.vm.version=25.131-b11, lucene.version=8.3.1, os.arch=amd64, java.runtime.version=1.8.0_131-b11, source=flush, os.version=4.9.0-0.bpo.11-amd64, timestamp=1576749465923}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) 2019-12-19 10:57:48,252 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b96838e 2019-12-19 10:57:48,791 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2019-12-19 10:57:50,492 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2019-12-19 10:57:50,516 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2019-12-19 10:57:50,532 INFO [main] org.appng.search.searcher.StandardSearcher: 0 results returned from query: +language:en +((title:acm contents:acm) (title:acme* contents:acme*)) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.575 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2019-12-19 10:57:50,544 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2019-12-19 10:57:50,544 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2019-12-19 10:57:50,544 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2019-12-19 10:57:50,544 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2019-12-19 10:57:50,544 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2019-12-19 10:57:50,545 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pages/en/42.jsp 2019-12-19 10:57:50,546 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2019-12-19 10:57:50,547 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2019-12-19 10:57:50,547 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2019-12-19 10:57:50,548 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2019-12-19 10:57:50,548 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2019-12-19 10:57:50,548 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2019-12-19 10:57:50,548 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.search.indexer.ParseTagsTest [INFO] Running org.appng.search.searcher.GermanSearchTermProcessorTest 'käse' -> (*kas OR kase*) 'käse scheiben' -> (*kas OR kase*) AND (*scheib OR scheib*) 'tomaten' -> (*tomat OR tomat*) 'tomaten dosen' -> (*tomat OR tomat*) AND (*dos OR dos*) 'gemüse' -> (*gemus OR gemuse*) 'gemüse brühe' -> (*gemus OR gemuse*) AND (*bruh OR bruhe*) 'gemüse huhn' -> (*gemus OR gemuse*) AND (*huhn OR huhn*) 'dinkel' -> (*dinkel OR dinkel*) 'kassler' -> (*kassl OR kassl*) 'karotten kartoffeln rindfleisch' -> (*karott OR karott*) AND (*kartoffeln OR kartoffeln*) AND (*rindfleisch OR rindfleisch*) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.search.searcher.GermanSearchTermProcessorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/appng-search-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/appng-search-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search --- [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/appng-search-2.0.0-feature_APPNG_2295-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-search-2.0.0-feature_APPNG_2295-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-search-2.0.0-feature_APPNG_2295-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-search/target/appng-search-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-search-2.0.0-feature_APPNG_2295-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-search --- Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 7.3 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 67 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-search-2.0.0-feature_APPNG_2295-20191219.095751-18.jar Progress (1): 2.0/54 kB Progress (1): 4.1/54 kB Progress (1): 6.1/54 kB Progress (1): 8.2/54 kB Progress (1): 10/54 kB Progress (1): 12/54 kB Progress (1): 14/54 kB Progress (1): 16/54 kB Progress (1): 18/54 kB Progress (1): 20/54 kB Progress (1): 23/54 kB Progress (1): 25/54 kB Progress (1): 27/54 kB Progress (1): 29/54 kB Progress (1): 31/54 kB Progress (1): 33/54 kB Progress (1): 35/54 kB Progress (1): 37/54 kB Progress (1): 39/54 kB Progress (1): 41/54 kB Progress (1): 43/54 kB Progress (1): 45/54 kB Progress (1): 47/54 kB Progress (1): 49/54 kB Progress (1): 51/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-search-2.0.0-feature_APPNG_2295-20191219.095751-18.jar (54 kB at 165 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-search-2.0.0-feature_APPNG_2295-20191219.095751-18.pom Progress (1): 2.0/2.6 kB Progress (1): 2.6 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-search-2.0.0-feature_APPNG_2295-20191219.095751-18.pom (2.6 kB at 64 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (3.4 kB at 17 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (3.4 kB at 210 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (3.4 kB at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (3.4 kB at 86 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-search-2.0.0-feature_APPNG_2295-20191219.095751-18-sources.jar Progress (1): 2.0/39 kB Progress (1): 4.1/39 kB Progress (1): 6.1/39 kB Progress (1): 8.2/39 kB Progress (1): 10/39 kB Progress (1): 12/39 kB Progress (1): 14/39 kB Progress (1): 16/39 kB Progress (1): 18/39 kB Progress (1): 20/39 kB Progress (1): 23/39 kB Progress (1): 25/39 kB Progress (1): 27/39 kB Progress (1): 29/39 kB Progress (1): 31/39 kB Progress (1): 33/39 kB Progress (1): 35/39 kB Progress (1): 37/39 kB Progress (1): 39/39 kB Progress (1): 39 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/appng-search-2.0.0-feature_APPNG_2295-20191219.095751-18-sources.jar (39 kB at 857 kB/s) Downloading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml Progress (1): 3.4 kB Downloaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (3.4 kB at 224 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml Progress (1): 1.1 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/2.0.0-feature_APPNG_2295-SNAPSHOT/maven-metadata.xml (1.1 kB at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml Progress (1): 2.0/3.4 kB Progress (1): 3.4 kB Uploaded: https://appng.org/nexus/repository/appng-ci-builds/org/appng/appng-search/maven-metadata.xml (3.4 kB at 57 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 2.0.0-feature_APPNG_2295-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: https://www.appng.org/nexus/repository/appng-stable/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.pom Downloading: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.pom Progress (1): 4.1/20 kB Progress (1): 7.6/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.pom (20 kB at 49 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/com/hazelcast/hazelcast-root/3.12.5/hazelcast-root-3.12.5.pom Downloading: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-root/3.12.5/hazelcast-root-3.12.5.pom Progress (1): 4.1/61 kB Progress (1): 7.6/61 kB Progress (1): 8.2/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 24/61 kB Progress (1): 25/61 kB Progress (1): 29/61 kB Progress (1): 32/61 kB Progress (1): 33/61 kB Progress (1): 37/61 kB Progress (1): 40/61 kB Progress (1): 41/61 kB Progress (1): 45/61 kB Progress (1): 48/61 kB Progress (1): 49/61 kB Progress (1): 53/61 kB Progress (1): 56/61 kB Progress (1): 57/61 kB Progress (1): 61 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-root/3.12.5/hazelcast-root-3.12.5.pom (61 kB at 27 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/com/hazelcast/hazelcast-spring/3.12.5/hazelcast-spring-3.12.5.pom Downloading: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-spring/3.12.5/hazelcast-spring-3.12.5.pom Progress (1): 4.1/10 kB Progress (1): 7.6/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-spring/3.12.5/hazelcast-spring-3.12.5.pom (10 kB at 281 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/com/hazelcast/hazelcast-client/3.12.5/hazelcast-client-3.12.5.pom Downloading: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-client/3.12.5/hazelcast-client-3.12.5.pom Progress (1): 4.1/11 kB Progress (1): 7.6/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-client/3.12.5/hazelcast-client-3.12.5.pom (11 kB at 261 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-stable/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.jar Downloading: https://www.appng.org/nexus/repository/appng-stable/com/hazelcast/hazelcast-spring/3.12.5/hazelcast-spring-3.12.5.jar Downloading: https://www.appng.org/nexus/repository/appng-stable/com/hazelcast/hazelcast-client/3.12.5/hazelcast-client-3.12.5.jar Downloading: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.jar Downloading: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-spring/3.12.5/hazelcast-spring-3.12.5.jar Downloading: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-client/3.12.5/hazelcast-client-3.12.5.jar Progress (1): 487 B Progress (1): 1.3 kB Progress (1): 1.8 kB Progress (1): 2.3 kB Progress (1): 2.8 kB Progress (1): 3.3 kB Progress (1): 3.8 kB Progress (1): 4.4 kB Progress (1): 4.9 kB Progress (1): 5.4 kB Progress (1): 5.9 kB Progress (1): 6.4 kB Progress (1): 6.9 kB Progress (1): 7.4 kB Progress (1): 7.9 kB Progress (1): 8.4 kB Progress (1): 8.9 kB Progress (1): 9.4 kB Progress (1): 9.9 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 11 kB Progress (1): 12 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 15 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 16 kB Progress (1): 16 kB Progress (1): 17 kB Progress (1): 17 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 19 kB Progress (1): 20 kB Progress (1): 20 kB Progress (1): 21 kB Progress (1): 21 kB Progress (1): 22 kB Progress (1): 22 kB Progress (1): 23 kB Progress (1): 23 kB Progress (1): 24 kB Progress (1): 24 kB Progress (1): 25 kB Progress (1): 25 kB Progress (1): 26 kB Progress (1): 26 kB Progress (1): 27 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 28 kB Progress (1): 29 kB Progress (1): 29 kB Progress (1): 30 kB Progress (1): 30 kB Progress (1): 31 kB Progress (1): 31 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 33 kB Progress (1): 33 kB Progress (1): 34 kB Progress (1): 34 kB Progress (1): 35 kB Progress (1): 35 kB Progress (1): 36 kB Progress (1): 36 kB Progress (1): 37 kB Progress (1): 37 kB Progress (1): 38 kB Progress (1): 38 kB Progress (1): 39 kB Progress (1): 39 kB Progress (1): 40 kB Progress (1): 40 kB Progress (1): 41 kB Progress (1): 41 kB Progress (1): 42 kB Progress (1): 42 kB Progress (1): 43 kB Progress (1): 43 kB Progress (1): 44 kB Progress (1): 44 kB Progress (1): 45 kB Progress (1): 45 kB Progress (1): 46 kB Progress (1): 46 kB Progress (1): 47 kB Progress (1): 48 kB Progress (1): 48 kB Progress (1): 49 kB Progress (1): 49 kB Progress (1): 49 kB Progress (1): 50 kB Progress (1): 50 kB Progress (1): 51 kB Progress (1): 52 kB Progress (1): 52 kB Progress (1): 53 kB Progress (1): 53 kB Progress (1): 54 kB Progress (1): 54 kB Progress (1): 55 kB Progress (1): 55 kB Progress (1): 56 kB Progress (1): 56 kB Progress (1): 57 kB Progress (1): 57 kB Progress (1): 58 kB Progress (1): 58 kB Progress (1): 59 kB Progress (1): 59 kB Progress (1): 60 kB Progress (1): 60 kB Progress (1): 61 kB Progress (1): 61 kB Progress (1): 62 kB Progress (1): 62 kB Progress (1): 63 kB Progress (1): 63 kB Progress (1): 64 kB Progress (1): 64 kB Progress (1): 65 kB Progress (1): 65 kB Progress (1): 66 kB Progress (1): 66 kB Progress (1): 67 kB Progress (1): 67 kB Progress (1): 68 kB Progress (1): 68 kB Progress (1): 69 kB Progress (1): 69 kB Progress (1): 70 kB Progress (1): 70 kB Progress (1): 71 kB Progress (1): 71 kB Progress (1): 72 kB Progress (1): 72 kB Progress (1): 73 kB Progress (1): 73 kB Progress (1): 74 kB Progress (1): 74 kB Progress (1): 75 kB Progress (1): 75 kB Progress (1): 76 kB Progress (1): 76 kB Progress (1): 77 kB Progress (1): 77 kB Progress (1): 78 kB Progress (1): 78 kB Progress (1): 79 kB Progress (1): 79 kB Progress (1): 80 kB Progress (1): 80 kB Progress (1): 81 kB Progress (1): 81 kB Progress (1): 82 kB Progress (1): 82 kB Progress (1): 83 kB Progress (1): 83 kB Progress (1): 84 kB Progress (1): 84 kB Progress (1): 85 kB Progress (1): 86 kB Progress (1): 86 kB Progress (1): 87 kB Progress (1): 87 kB Progress (1): 88 kB Progress (1): 88 kB Progress (1): 89 kB Progress (1): 89 kB Progress (1): 90 kB Progress (1): 90 kB Progress (1): 91 kB Progress (1): 91 kB Progress (1): 92 kB Progress (1): 92 kB Progress (1): 93 kB Progress (1): 93 kB Progress (1): 94 kB Progress (1): 94 kB Progress (1): 95 kB Progress (1): 95 kB Progress (1): 96 kB Progress (1): 96 kB Progress (1): 97 kB Progress (1): 97 kB Progress (1): 98 kB Progress (1): 98 kB Progress (1): 99 kB Progress (1): 99 kB Progress (1): 100 kB Progress (1): 100 kB Progress (1): 101 kB Progress (1): 101 kB Progress (1): 102 kB Progress (1): 102 kB Progress (1): 103 kB Progress (1): 103 kB Progress (1): 104 kB Progress (1): 104 kB Progress (1): 105 kB Progress (1): 105 kB Progress (1): 106 kB Progress (1): 106 kB Progress (1): 107 kB Progress (1): 107 kB Progress (1): 108 kB Progress (1): 108 kB Progress (1): 109 kB Progress (1): 109 kB Progress (1): 110 kB Progress (1): 110 kB Progress (1): 111 kB Progress (1): 111 kB Progress (1): 112 kB Progress (1): 112 kB Progress (1): 113 kB Progress (1): 113 kB Progress (1): 114 kB Progress (1): 114 kB Progress (1): 115 kB Progress (1): 115 kB Progress (1): 116 kB Progress (1): 116 kB Progress (1): 117 kB Progress (1): 117 kB Progress (1): 118 kB Progress (1): 118 kB Progress (1): 119 kB Progress (1): 119 kB Progress (1): 120 kB Progress (1): 120 kB Progress (1): 121 kB Progress (1): 122 kB Progress (1): 122 kB Progress (1): 122 kB Progress (1): 123 kB Progress (1): 123 kB Progress (1): 124 kB Progress (1): 124 kB Progress (1): 125 kB Progress (1): 126 kB Progress (1): 126 kB Progress (1): 127 kB Progress (1): 127 kB Progress (1): 128 kB Progress (1): 128 kB Progress (1): 129 kB Progress (1): 129 kB Progress (1): 130 kB Progress (1): 130 kB Progress (1): 131 kB Progress (1): 131 kB Progress (1): 132 kB Progress (1): 132 kB Progress (1): 133 kB Progress (1): 133 kB Progress (1): 134 kB Progress (1): 134 kB Progress (1): 135 kB Progress (1): 135 kB Progress (1): 136 kB Progress (1): 136 kB Progress (1): 137 kB Progress (1): 137 kB Progress (1): 138 kB Progress (1): 138 kB Progress (1): 139 kB Progress (1): 139 kB Progress (1): 140 kB Progress (1): 140 kB Progress (1): 141 kB Progress (1): 141 kB Progress (1): 142 kB Progress (1): 142 kB Progress (1): 143 kB Progress (1): 143 kB Progress (1): 144 kB Progress (1): 144 kB Progress (1): 145 kB Progress (1): 145 kB Progress (1): 146 kB Progress (1): 146 kB Progress (1): 147 kB Progress (1): 147 kB Progress (1): 148 kB Progress (1): 148 kB Progress (1): 149 kB Progress (1): 149 kB Progress (1): 150 kB Progress (1): 150 kB Progress (1): 151 kB Progress (1): 151 kB Progress (1): 152 kB Progress (1): 152 kB Progress (1): 153 kB Progress (1): 153 kB Progress (1): 154 kB Progress (1): 154 kB Progress (1): 155 kB Progress (1): 155 kB Progress (1): 156 kB Progress (1): 156 kB Progress (1): 157 kB Progress (1): 157 kB Progress (1): 158 kB Progress (1): 158 kB Progress (1): 159 kB Progress (1): 159 kB Progress (1): 160 kB Progress (1): 160 kB Progress (1): 161 kB Progress (1): 162 kB Progress (1): 162 kB Progress (1): 162 kB Progress (1): 163 kB Progress (1): 163 kB Progress (1): 164 kB Progress (1): 164 kB Progress (1): 165 kB Progress (1): 165 kB Progress (1): 166 kB Progress (1): 166 kB Progress (1): 167 kB Progress (1): 168 kB Progress (1): 168 kB Progress (1): 169 kB Progress (1): 169 kB Progress (1): 170 kB Progress (1): 170 kB Progress (1): 171 kB Progress (1): 171 kB Progress (1): 172 kB Progress (1): 172 kB Progress (1): 173 kB Progress (1): 173 kB Progress (1): 174 kB Progress (1): 174 kB Progress (1): 175 kB Progress (1): 175 kB Progress (1): 176 kB Progress (1): 176 kB Progress (1): 177 kB Progress (1): 177 kB Progress (1): 178 kB Progress (1): 178 kB Progress (1): 179 kB Progress (1): 179 kB Progress (1): 180 kB Progress (1): 180 kB Progress (1): 181 kB Progress (1): 181 kB Progress (1): 182 kB Progress (1): 182 kB Progress (1): 183 kB Progress (1): 183 kB Progress (1): 184 kB Progress (1): 184 kB Progress (1): 185 kB Progress (1): 185 kB Progress (1): 186 kB Progress (1): 186 kB Progress (1): 187 kB Progress (1): 187 kB Progress (1): 188 kB Progress (1): 188 kB Progress (1): 189 kB Progress (1): 189 kB Progress (1): 190 kB Progress (1): 190 kB Progress (1): 191 kB Progress (1): 191 kB Progress (1): 192 kB Progress (1): 192 kB Progress (1): 193 kB Progress (1): 194 kB Progress (1): 194 kB Progress (1): 195 kB Progress (1): 195 kB Progress (1): 195 kB Progress (1): 196 kB Progress (1): 196 kB Progress (1): 197 kB Progress (1): 198 kB Progress (1): 198 kB Progress (1): 198 kB Progress (1): 199 kB Progress (1): 200 kB Progress (1): 200 kB Progress (1): 201 kB Progress (1): 201 kB Progress (1): 202 kB Progress (1): 202 kB Progress (1): 203 kB Progress (1): 203 kB Progress (1): 204 kB Progress (1): 204 kB Progress (1): 205 kB Progress (1): 205 kB Progress (1): 206 kB Progress (1): 206 kB Progress (1): 207 kB Progress (1): 207 kB Progress (1): 208 kB Progress (1): 208 kB Progress (1): 209 kB Progress (1): 209 kB Progress (1): 210 kB Progress (1): 210 kB Progress (1): 211 kB Progress (1): 211 kB Progress (1): 212 kB Progress (1): 213 kB Progress (1): 213 kB Progress (1): 214 kB Progress (1): 214 kB Progress (1): 215 kB Progress (1): 215 kB Progress (1): 216 kB Progress (1): 216 kB Progress (1): 217 kB Progress (1): 217 kB Progress (1): 218 kB Progress (1): 218 kB Progress (1): 219 kB Progress (1): 219 kB Progress (1): 220 kB Progress (1): 220 kB Progress (1): 221 kB Progress (1): 221 kB Progress (1): 222 kB Progress (1): 223 kB Progress (1): 223 kB Progress (1): 224 kB Progress (1): 224 kB Progress (1): 225 kB Progress (1): 225 kB Progress (1): 226 kB Progress (1): 226 kB Progress (1): 227 kB Progress (1): 227 kB Progress (1): 228 kB Progress (1): 228 kB Progress (1): 229 kB Progress (1): 229 kB Progress (1): 230 kB Progress (1): 230 kB Progress (1): 231 kB Progress (1): 231 kB Progress (1): 232 kB Progress (1): 232 kB Progress (1): 233 kB Progress (1): 233 kB Progress (1): 234 kB Progress (1): 234 kB Progress (1): 235 kB Progress (1): 235 kB Progress (1): 236 kB Progress (1): 236 kB Progress (1): 237 kB Progress (1): 237 kB Progress (1): 238 kB Progress (1): 238 kB Progress (1): 239 kB Progress (1): 239 kB Progress (1): 240 kB Progress (1): 240 kB Progress (1): 241 kB Progress (1): 241 kB Progress (1): 242 kB Progress (1): 242 kB Progress (1): 243 kB Progress (1): 243 kB Progress (1): 244 kB Progress (1): 244 kB Progress (1): 245 kB Progress (1): 245 kB Progress (1): 246 kB Progress (1): 246 kB Progress (1): 247 kB Progress (1): 247 kB Progress (1): 248 kB Progress (1): 248 kB Progress (1): 249 kB Progress (1): 249 kB Progress (1): 250 kB Progress (1): 250 kB Progress (1): 251 kB Progress (1): 251 kB Progress (1): 252 kB Progress (1): 252 kB Progress (1): 253 kB Progress (1): 253 kB Progress (1): 254 kB Progress (1): 255 kB Progress (1): 255 kB Progress (1): 256 kB Progress (1): 256 kB Progress (1): 257 kB Progress (1): 257 kB Progress (1): 258 kB Progress (1): 258 kB Progress (1): 259 kB Progress (1): 260 kB Progress (1): 260 kB Progress (1): 261 kB Progress (1): 261 kB Progress (1): 262 kB Progress (1): 262 kB Progress (1): 263 kB Progress (1): 263 kB Progress (1): 264 kB Progress (1): 264 kB Progress (1): 265 kB Progress (1): 265 kB Progress (1): 266 kB Progress (1): 266 kB Progress (1): 267 kB Progress (1): 267 kB Progress (1): 268 kB Progress (1): 268 kB Progress (1): 269 kB Progress (1): 269 kB Progress (1): 270 kB Progress (1): 270 kB Progress (1): 271 kB Progress (1): 271 kB Progress (1): 272 kB Progress (1): 273 kB Progress (1): 273 kB Progress (1): 274 kB Progress (1): 274 kB Progress (1): 274 kB Progress (1): 275 kB Progress (1): 275 kB Progress (1): 276 kB Progress (1): 277 kB Progress (1): 277 kB Progress (1): 278 kB Progress (1): 278 kB Progress (1): 279 kB Progress (1): 279 kB Progress (1): 280 kB Progress (1): 280 kB Progress (1): 281 kB Progress (1): 281 kB Progress (1): 282 kB Progress (1): 282 kB Progress (1): 283 kB Progress (1): 283 kB Progress (1): 285 kB Progress (1): 286 kB Progress (1): 289 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-spring/3.12.5/hazelcast-spring-3.12.5.jar (289 kB at 1.5 MB/s) Progress (1): 480 B Progress (1): 992 B Progress (1): 2.0 kB Progress (1): 4.2 kB Progress (1): 4.7 kB Progress (1): 5.3 kB Progress (1): 5.8 kB Progress (1): 6.3 kB Progress (1): 6.8 kB Progress (1): 7.3 kB Progress (1): 7.8 kB Progress (1): 8.3 kB Progress (1): 8.8 kB Progress (1): 9.3 kB Progress (1): 9.9 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 11 kB Progress (1): 12 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 14 kB Progress (1): 15 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 16 kB Progress (1): 17 kB Progress (1): 17 kB Progress (1): 18 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 19 kB Progress (1): 20 kB Progress (1): 20 kB Progress (1): 21 kB Progress (1): 21 kB Progress (1): 22 kB Progress (1): 22 kB Progress (1): 23 kB Progress (1): 23 kB Progress (1): 24 kB Progress (1): 24 kB Progress (1): 25 kB Progress (1): 25 kB Progress (1): 26 kB Progress (1): 26 kB Progress (1): 27 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 28 kB Progress (1): 29 kB Progress (1): 29 kB Progress (1): 30 kB Progress (1): 30 kB Progress (1): 31 kB Progress (1): 31 kB Progress (1): 35 kB Progress (1): 36 kB Progress (1): 36 kB Progress (1): 37 kB Progress (1): 37 kB Progress (1): 38 kB Progress (1): 38 kB Progress (1): 39 kB Progress (1): 39 kB Progress (1): 40 kB Progress (1): 40 kB Progress (1): 41 kB Progress (1): 41 kB Progress (1): 42 kB Progress (1): 42 kB Progress (1): 43 kB Progress (1): 43 kB Progress (1): 44 kB Progress (1): 44 kB Progress (1): 45 kB Progress (1): 46 kB Progress (1): 46 kB Progress (1): 47 kB Progress (1): 48 kB Progress (1): 48 kB Progress (1): 49 kB Progress (1): 49 kB Progress (1): 50 kB Progress (1): 50 kB Progress (1): 51 kB Progress (1): 51 kB Progress (1): 52 kB Progress (1): 52 kB Progress (1): 53 kB Progress (1): 53 kB Progress (1): 54 kB Progress (1): 54 kB Progress (1): 55 kB Progress (1): 55 kB Progress (1): 56 kB Progress (1): 56 kB Progress (1): 57 kB Progress (1): 57 kB Progress (1): 58 kB Progress (1): 58 kB Progress (1): 59 kB Progress (1): 59 kB Progress (1): 60 kB Progress (1): 60 kB Progress (1): 61 kB Progress (1): 61 kB Progress (1): 62 kB Progress (1): 62 kB Progress (1): 63 kB Progress (1): 63 kB Progress (1): 64 kB Progress (1): 64 kB Progress (1): 65 kB Progress (1): 66 kB Progress (1): 66 kB Progress (1): 67 kB Progress (1): 67 kB Progress (1): 67 kB Progress (1): 68 kB Progress (1): 68 kB Progress (1): 69 kB Progress (1): 70 kB Progress (1): 70 kB Progress (1): 71 kB Progress (1): 71 kB Progress (1): 72 kB Progress (1): 72 kB Progress (1): 73 kB Progress (1): 73 kB Progress (1): 74 kB Progress (1): 74 kB Progress (1): 75 kB Progress (1): 75 kB Progress (1): 76 kB Progress (1): 76 kB Progress (1): 77 kB Progress (1): 77 kB Progress (1): 78 kB Progress (1): 78 kB Progress (1): 79 kB Progress (1): 79 kB Progress (1): 80 kB Progress (1): 80 kB Progress (1): 81 kB Progress (1): 81 kB Progress (1): 82 kB Progress (1): 82 kB Progress (1): 83 kB Progress (1): 83 kB Progress (1): 84 kB Progress (1): 84 kB Progress (1): 85 kB Progress (1): 86 kB Progress (1): 86 kB Progress (1): 87 kB Progress (1): 87 kB Progress (1): 88 kB Progress (1): 88 kB Progress (1): 89 kB Progress (1): 89 kB Progress (1): 90 kB Progress (1): 91 kB Progress (1): 91 kB Progress (1): 92 kB Progress (1): 92 kB Progress (1): 93 kB Progress (1): 93 kB Progress (1): 94 kB Progress (1): 94 kB Progress (1): 95 kB Progress (1): 95 kB Progress (1): 96 kB Progress (1): 96 kB Progress (1): 97 kB Progress (1): 97 kB Progress (1): 98 kB Progress (1): 98 kB Progress (1): 99 kB Progress (1): 99 kB Progress (1): 100 kB Progress (1): 100 kB Progress (1): 101 kB Progress (1): 101 kB Progress (1): 102 kB Progress (1): 102 kB Progress (1): 103 kB Progress (1): 104 kB Progress (1): 104 kB Progress (1): 105 kB Progress (1): 105 kB Progress (1): 106 kB Progress (1): 106 kB Progress (1): 107 kB Progress (1): 108 kB Progress (1): 108 kB Progress (1): 109 kB Progress (1): 109 kB Progress (1): 110 kB Progress (1): 111 kB Progress (1): 111 kB Progress (1): 112 kB Progress (1): 113 kB Progress (1): 113 kB Progress (1): 114 kB Progress (1): 114 kB Progress (1): 115 kB Progress (1): 116 kB Progress (1): 117 kB Progress (1): 117 kB Progress (1): 118 kB Progress (1): 118 kB Progress (1): 119 kB Progress (1): 120 kB Progress (1): 120 kB Progress (1): 121 kB Progress (1): 121 kB Progress (1): 122 kB Progress (1): 122 kB Progress (1): 123 kB Progress (1): 123 kB Progress (1): 124 kB Progress (1): 124 kB Progress (1): 125 kB Progress (1): 126 kB Progress (1): 126 kB Progress (1): 127 kB Progress (1): 127 kB Progress (1): 128 kB Progress (1): 129 kB Progress (1): 129 kB Progress (1): 130 kB Progress (1): 130 kB Progress (1): 131 kB Progress (1): 131 kB Progress (1): 132 kB Progress (1): 132 kB Progress (1): 133 kB Progress (1): 133 kB Progress (1): 134 kB Progress (1): 135 kB Progress (1): 135 kB Progress (1): 136 kB Progress (1): 136 kB Progress (1): 137 kB Progress (1): 137 kB Progress (1): 137 kB Progress (1): 138 kB Progress (1): 138 kB Progress (1): 139 kB Progress (1): 140 kB Progress (1): 140 kB Progress (1): 141 kB Progress (1): 141 kB Progress (1): 142 kB Progress (1): 142 kB Progress (1): 143 kB Progress (1): 143 kB Progress (1): 144 kB Progress (1): 144 kB Progress (1): 145 kB Progress (1): 145 kB Progress (1): 146 kB Progress (1): 146 kB Progress (1): 147 kB Progress (1): 147 kB Progress (1): 148 kB Progress (1): 148 kB Progress (1): 149 kB Progress (1): 149 kB Progress (1): 150 kB Progress (1): 150 kB Progress (1): 151 kB Progress (1): 151 kB Progress (1): 152 kB Progress (1): 152 kB Progress (1): 153 kB Progress (1): 153 kB Progress (1): 154 kB Progress (1): 154 kB Progress (1): 155 kB Progress (1): 155 kB Progress (1): 156 kB Progress (1): 157 kB Progress (1): 157 kB Progress (1): 158 kB Progress (1): 158 kB Progress (1): 159 kB Progress (1): 160 kB Progress (1): 160 kB Progress (1): 161 kB Progress (1): 161 kB Progress (1): 162 kB Progress (1): 163 kB Progress (1): 163 kB Progress (1): 164 kB Progress (1): 164 kB Progress (1): 165 kB Progress (1): 166 kB Progress (1): 166 kB Progress (1): 167 kB Progress (1): 167 kB Progress (1): 167 kB Progress (1): 168 kB Progress (1): 169 kB Progress (1): 169 kB Progress (1): 170 kB Progress (1): 170 kB Progress (1): 171 kB Progress (1): 171 kB Progress (1): 172 kB Progress (1): 172 kB Progress (1): 173 kB Progress (1): 173 kB Progress (1): 174 kB Progress (1): 174 kB Progress (1): 175 kB Progress (1): 175 kB Progress (1): 176 kB Progress (1): 176 kB Progress (1): 177 kB Progress (1): 178 kB Progress (1): 178 kB Progress (1): 179 kB Progress (1): 180 kB Progress (1): 180 kB Progress (1): 181 kB Progress (1): 181 kB Progress (1): 182 kB Progress (1): 183 kB Progress (1): 183 kB Progress (1): 184 kB Progress (1): 185 kB Progress (1): 185 kB Progress (1): 186 kB Progress (1): 186 kB Progress (1): 187 kB Progress (1): 188 kB Progress (1): 188 kB Progress (1): 189 kB Progress (1): 189 kB Progress (1): 190 kB Progress (1): 190 kB Progress (1): 191 kB Progress (1): 191 kB Progress (1): 192 kB Progress (1): 193 kB Progress (1): 193 kB Progress (1): 194 kB Progress (1): 195 kB Progress (1): 195 kB Progress (1): 196 kB Progress (1): 197 kB Progress (1): 197 kB Progress (1): 198 kB Progress (1): 199 kB Progress (1): 199 kB Progress (1): 200 kB Progress (1): 200 kB Progress (1): 201 kB Progress (1): 202 kB Progress (1): 202 kB Progress (1): 203 kB Progress (1): 203 kB Progress (1): 204 kB Progress (1): 205 kB Progress (1): 205 kB Progress (1): 206 kB Progress (1): 206 kB Progress (1): 207 kB Progress (1): 207 kB Progress (1): 208 kB Progress (1): 208 kB Progress (1): 209 kB Progress (1): 209 kB Progress (1): 210 kB Progress (1): 210 kB Progress (1): 211 kB Progress (1): 211 kB Progress (1): 212 kB Progress (1): 212 kB Progress (1): 213 kB Progress (1): 213 kB Progress (1): 214 kB Progress (1): 214 kB Progress (1): 215 kB Progress (1): 215 kB Progress (1): 216 kB Progress (1): 216 kB Progress (1): 217 kB Progress (1): 217 kB Progress (1): 218 kB Progress (1): 219 kB Progress (1): 219 kB Progress (1): 220 kB Progress (1): 220 kB Progress (1): 221 kB Progress (1): 221 kB Progress (1): 222 kB Progress (1): 222 kB Progress (1): 223 kB Progress (1): 224 kB Progress (1): 224 kB Progress (1): 225 kB Progress (1): 225 kB Progress (1): 226 kB Progress (1): 226 kB Progress (1): 227 kB Progress (1): 227 kB Progress (1): 228 kB Progress (1): 228 kB Progress (1): 229 kB Progress (1): 229 kB Progress (1): 230 kB Progress (1): 231 kB Progress (1): 231 kB Progress (1): 232 kB Progress (1): 232 kB Progress (1): 233 kB Progress (1): 233 kB Progress (1): 234 kB Progress (1): 234 kB Progress (1): 235 kB Progress (1): 235 kB Progress (1): 236 kB Progress (1): 236 kB Progress (1): 237 kB Progress (1): 238 kB Progress (1): 238 kB Progress (1): 239 kB Progress (1): 239 kB Progress (1): 240 kB Progress (1): 240 kB Progress (1): 241 kB Progress (1): 241 kB Progress (1): 242 kB Progress (1): 242 kB Progress (1): 243 kB Progress (1): 243 kB Progress (1): 244 kB Progress (1): 244 kB Progress (1): 245 kB Progress (1): 245 kB Progress (1): 246 kB Progress (1): 246 kB Progress (1): 247 kB Progress (1): 247 kB Progress (1): 248 kB Progress (1): 248 kB Progress (1): 249 kB Progress (1): 249 kB Progress (1): 250 kB Progress (1): 250 kB Progress (1): 251 kB Progress (1): 251 kB Progress (1): 252 kB Progress (1): 253 kB Progress (1): 253 kB Progress (1): 254 kB Progress (1): 254 kB Progress (1): 255 kB Progress (1): 255 kB Progress (1): 256 kB Progress (1): 256 kB Progress (1): 257 kB Progress (1): 258 kB Progress (1): 258 kB Progress (1): 259 kB Progress (1): 259 kB Progress (1): 260 kB Progress (1): 260 kB Progress (1): 261 kB Progress (1): 261 kB Progress (1): 262 kB Progress (1): 262 kB Progress (1): 263 kB Progress (1): 263 kB Progress (1): 264 kB Progress (1): 264 kB Progress (1): 265 kB Progress (1): 266 kB Progress (1): 266 kB Progress (1): 267 kB Progress (1): 267 kB Progress (1): 268 kB Progress (1): 268 kB Progress (1): 269 kB Progress (1): 269 kB Progress (1): 270 kB Progress (1): 271 kB Progress (1): 271 kB Progress (1): 272 kB Progress (1): 272 kB Progress (1): 273 kB Progress (1): 273 kB Progress (1): 274 kB Progress (1): 274 kB Progress (1): 275 kB Progress (1): 275 kB Progress (1): 276 kB Progress (1): 276 kB Progress (1): 277 kB Progress (1): 277 kB Progress (1): 278 kB Progress (1): 278 kB Progress (1): 279 kB Progress (1): 279 kB Progress (1): 280 kB Progress (1): 280 kB Progress (1): 281 kB Progress (1): 281 kB Progress (1): 282 kB Progress (1): 282 kB Progress (1): 283 kB Progress (1): 283 kB Progress (1): 284 kB Progress (1): 284 kB Progress (1): 285 kB Progress (1): 285 kB Progress (1): 286 kB Progress (1): 286 kB Progress (1): 287 kB Progress (1): 288 kB Progress (1): 288 kB Progress (1): 289 kB Progress (1): 289 kB Progress (1): 290 kB Progress (1): 290 kB Progress (1): 291 kB Progress (1): 291 kB Progress (1): 292 kB Progress (1): 292 kB Progress (1): 293 kB Progress (1): 293 kB Progress (1): 294 kB Progress (1): 294 kB Progress (1): 295 kB Progress (1): 295 kB Progress (1): 296 kB Progress (1): 296 kB Progress (1): 297 kB Progress (1): 297 kB Progress (1): 298 kB Progress (1): 298 kB Progress (1): 299 kB Progress (1): 299 kB Progress (1): 300 kB Progress (1): 300 kB Progress (1): 301 kB Progress (1): 301 kB Progress (1): 302 kB Progress (1): 302 kB Progress (1): 303 kB Progress (1): 303 kB Progress (1): 304 kB Progress (1): 304 kB Progress (1): 305 kB Progress (1): 305 kB Progress (1): 306 kB Progress (1): 306 kB Progress (1): 307 kB Progress (1): 307 kB Progress (1): 308 kB Progress (1): 308 kB Progress (1): 309 kB Progress (1): 309 kB Progress (1): 310 kB Progress (1): 310 kB Progress (1): 311 kB Progress (1): 311 kB Progress (1): 312 kB Progress (1): 313 kB Progress (1): 313 kB Progress (1): 314 kB Progress (1): 314 kB Progress (1): 315 kB Progress (1): 315 kB Progress (1): 316 kB Progress (1): 316 kB Progress (1): 317 kB Progress (1): 317 kB Progress (1): 318 kB Progress (1): 318 kB Progress (1): 319 kB Progress (1): 319 kB Progress (1): 320 kB Progress (1): 320 kB Progress (1): 321 kB Progress (1): 321 kB Progress (1): 322 kB Progress (1): 322 kB Progress (1): 323 kB Progress (1): 323 kB Progress (1): 324 kB Progress (1): 324 kB Progress (1): 325 kB Progress (1): 325 kB Progress (1): 326 kB Progress (1): 326 kB Progress (1): 327 kB Progress (1): 327 kB Progress (1): 328 kB Progress (1): 328 kB Progress (1): 329 kB Progress (1): 329 kB Progress (1): 330 kB Progress (1): 330 kB Progress (1): 331 kB Progress (1): 332 kB Progress (1): 332 kB Progress (1): 333 kB Progress (1): 333 kB Progress (1): 334 kB Progress (1): 334 kB Progress (1): 335 kB Progress (1): 335 kB Progress (1): 336 kB Progress (1): 336 kB Progress (1): 337 kB Progress (1): 337 kB Progress (1): 338 kB Progress (1): 339 kB Progress (1): 339 kB Progress (1): 340 kB Progress (1): 340 kB Progress (1): 341 kB Progress (1): 341 kB Progress (1): 342 kB Progress (1): 342 kB Progress (1): 343 kB Progress (1): 343 kB Progress (1): 344 kB Progress (1): 344 kB Progress (1): 345 kB Progress (1): 345 kB Progress (1): 346 kB Progress (1): 347 kB Progress (1): 347 kB Progress (1): 348 kB Progress (1): 348 kB Progress (1): 349 kB Progress (1): 349 kB Progress (1): 350 kB Progress (1): 350 kB Progress (1): 351 kB Progress (1): 351 kB Progress (1): 352 kB Progress (1): 352 kB Progress (1): 353 kB Progress (1): 353 kB Progress (1): 354 kB Progress (1): 355 kB Progress (1): 355 kB Progress (1): 356 kB Progress (1): 356 kB Progress (1): 357 kB Progress (1): 357 kB Progress (1): 358 kB Progress (1): 358 kB Progress (1): 359 kB Progress (1): 359 kB Progress (1): 360 kB Progress (1): 360 kB Progress (1): 361 kB Progress (1): 361 kB Progress (1): 362 kB Progress (1): 362 kB Progress (1): 363 kB Progress (1): 364 kB Progress (1): 364 kB Progress (1): 365 kB Progress (1): 365 kB Progress (1): 366 kB Progress (1): 366 kB Progress (1): 367 kB Progress (1): 367 kB Progress (1): 368 kB Progress (1): 368 kB Progress (1): 369 kB Progress (1): 369 kB Progress (1): 370 kB Progress (1): 370 kB Progress (1): 371 kB Progress (1): 371 kB Progress (1): 372 kB Progress (1): 372 kB Progress (1): 373 kB Progress (1): 374 kB Progress (1): 374 kB Progress (1): 375 kB Progress (1): 375 kB Progress (1): 376 kB Progress (1): 376 kB Progress (1): 377 kB Progress (1): 377 kB Progress (1): 378 kB Progress (1): 378 kB Progress (1): 379 kB Progress (1): 379 kB Progress (1): 380 kB Progress (1): 380 kB Progress (1): 381 kB Progress (1): 381 kB Progress (1): 382 kB Progress (1): 382 kB Progress (1): 383 kB Progress (1): 383 kB Progress (1): 384 kB Progress (1): 384 kB Progress (1): 385 kB Progress (1): 385 kB Progress (1): 386 kB Progress (1): 386 kB Progress (1): 387 kB Progress (1): 387 kB Progress (1): 388 kB Progress (1): 388 kB Progress (1): 389 kB Progress (1): 390 kB Progress (1): 390 kB Progress (1): 391 kB Progress (1): 391 kB Progress (1): 392 kB Progress (1): 392 kB Progress (1): 393 kB Progress (1): 393 kB Progress (1): 394 kB Progress (1): 394 kB Progress (1): 395 kB Progress (1): 395 kB Progress (1): 396 kB Progress (1): 396 kB Progress (1): 397 kB Progress (1): 397 kB Progress (1): 398 kB Progress (1): 398 kB Progress (1): 399 kB Progress (1): 399 kB Progress (1): 400 kB Progress (1): 400 kB Progress (1): 401 kB Progress (1): 401 kB Progress (1): 402 kB Progress (1): 402 kB Progress (1): 403 kB Progress (1): 404 kB Progress (1): 404 kB Progress (1): 405 kB Progress (1): 405 kB Progress (1): 406 kB Progress (1): 406 kB Progress (1): 407 kB Progress (1): 407 kB Progress (1): 408 kB Progress (1): 408 kB Progress (1): 409 kB Progress (1): 409 kB Progress (1): 410 kB Progress (1): 411 kB Progress (1): 411 kB Progress (1): 412 kB Progress (1): 412 kB Progress (1): 413 kB Progress (1): 413 kB Progress (1): 414 kB Progress (1): 414 kB Progress (1): 415 kB Progress (1): 415 kB Progress (1): 416 kB Progress (1): 417 kB Progress (1): 417 kB Progress (1): 418 kB Progress (1): 418 kB Progress (1): 419 kB Progress (1): 419 kB Progress (1): 420 kB Progress (1): 420 kB Progress (1): 421 kB Progress (1): 421 kB Progress (1): 422 kB Progress (1): 423 kB Progress (1): 423 kB Progress (1): 424 kB Progress (1): 424 kB Progress (1): 425 kB Progress (1): 425 kB Progress (1): 426 kB Progress (1): 426 kB Progress (1): 427 kB Progress (1): 427 kB Progress (1): 428 kB Progress (1): 428 kB Progress (1): 429 kB Progress (1): 429 kB Progress (1): 430 kB Progress (1): 430 kB Progress (1): 431 kB Progress (1): 432 kB Progress (1): 432 kB Progress (1): 433 kB Progress (1): 433 kB Progress (1): 434 kB Progress (1): 434 kB Progress (1): 435 kB Progress (1): 435 kB Progress (1): 436 kB Progress (1): 436 kB Progress (1): 437 kB Progress (1): 438 kB Progress (1): 438 kB Progress (1): 439 kB Progress (1): 439 kB Progress (1): 440 kB Progress (1): 441 kB Progress (1): 441 kB Progress (1): 442 kB Progress (1): 442 kB Progress (1): 443 kB Progress (1): 443 kB Progress (1): 444 kB Progress (1): 444 kB Progress (1): 445 kB Progress (1): 445 kB Progress (1): 446 kB Progress (1): 446 kB Progress (1): 447 kB Progress (1): 447 kB Progress (1): 448 kB Progress (1): 448 kB Progress (1): 449 kB Progress (1): 449 kB Progress (1): 450 kB Progress (1): 450 kB Progress (1): 451 kB Progress (1): 452 kB Progress (1): 452 kB Progress (1): 453 kB Progress (1): 453 kB Progress (1): 454 kB Progress (1): 454 kB Progress (1): 455 kB Progress (1): 455 kB Progress (1): 456 kB Progress (1): 456 kB Progress (1): 457 kB Progress (1): 457 kB Progress (1): 458 kB Progress (1): 458 kB Progress (1): 459 kB Progress (1): 459 kB Progress (1): 460 kB Progress (1): 460 kB Progress (1): 461 kB Progress (1): 461 kB Progress (1): 462 kB Progress (1): 462 kB Progress (1): 463 kB Progress (1): 463 kB Progress (1): 464 kB Progress (1): 464 kB Progress (1): 465 kB Progress (1): 466 kB Progress (1): 466 kB Progress (1): 467 kB Progress (1): 467 kB Progress (1): 468 kB Progress (1): 468 kB Progress (1): 469 kB Progress (1): 469 kB Progress (1): 470 kB Progress (1): 470 kB Progress (1): 471 kB Progress (1): 471 kB Progress (1): 472 kB Progress (1): 472 kB Progress (1): 473 kB Progress (1): 473 kB Progress (1): 474 kB Progress (1): 474 kB Progress (1): 475 kB Progress (1): 475 kB Progress (1): 476 kB Progress (1): 476 kB Progress (1): 477 kB Progress (1): 477 kB Progress (1): 478 kB Progress (1): 478 kB Progress (1): 479 kB Progress (1): 480 kB Progress (1): 480 kB Progress (1): 481 kB Progress (1): 481 kB Progress (1): 482 kB Progress (1): 482 kB Progress (1): 483 kB Progress (1): 484 kB Progress (1): 484 kB Progress (1): 485 kB Progress (1): 485 kB Progress (1): 486 kB Progress (1): 486 kB Progress (1): 487 kB Progress (1): 487 kB Progress (1): 488 kB Progress (1): 488 kB Progress (1): 489 kB Progress (1): 489 kB Progress (1): 490 kB Progress (1): 491 kB Progress (1): 491 kB Progress (1): 492 kB Progress (1): 492 kB Progress (1): 493 kB Progress (1): 493 kB Progress (1): 494 kB Progress (1): 494 kB Progress (1): 495 kB Progress (1): 495 kB Progress (1): 496 kB Progress (1): 496 kB Progress (1): 497 kB Progress (1): 497 kB Progress (1): 498 kB Progress (1): 498 kB Progress (1): 499 kB Progress (1): 499 kB Progress (1): 500 kB Progress (1): 500 kB Progress (1): 501 kB Progress (1): 502 kB Progress (1): 502 kB Progress (1): 503 kB Progress (1): 503 kB Progress (1): 503 kB Progress (1): 504 kB Progress (1): 504 kB Progress (1): 505 kB Progress (1): 506 kB Progress (1): 506 kB Progress (1): 507 kB Progress (1): 507 kB Progress (1): 508 kB Progress (1): 508 kB Progress (1): 509 kB Progress (1): 509 kB Progress (1): 510 kB Progress (1): 510 kB Progress (1): 511 kB Progress (1): 511 kB Progress (1): 512 kB Progress (1): 512 kB Progress (1): 513 kB Progress (1): 514 kB Progress (1): 514 kB Progress (1): 515 kB Progress (1): 515 kB Progress (1): 516 kB Progress (1): 516 kB Progress (1): 517 kB Progress (1): 517 kB Progress (1): 518 kB Progress (1): 518 kB Progress (1): 519 kB Progress (1): 519 kB Progress (1): 520 kB Progress (1): 520 kB Progress (1): 521 kB Progress (1): 521 kB Progress (1): 522 kB Progress (1): 522 kB Progress (1): 523 kB Progress (1): 523 kB Progress (1): 524 kB Progress (1): 524 kB Progress (1): 525 kB Progress (1): 526 kB Progress (1): 526 kB Progress (1): 527 kB Progress (1): 527 kB Progress (1): 528 kB Progress (1): 528 kB Progress (1): 529 kB Progress (1): 529 kB Progress (1): 530 kB Progress (1): 531 kB Progress (1): 531 kB Progress (1): 532 kB Progress (1): 532 kB Progress (1): 533 kB Progress (1): 533 kB Progress (1): 534 kB Progress (1): 534 kB Progress (1): 535 kB Progress (1): 535 kB Progress (1): 536 kB Progress (1): 536 kB Progress (1): 537 kB Progress (1): 537 kB Progress (1): 538 kB Progress (1): 538 kB Progress (1): 539 kB Progress (1): 539 kB Progress (1): 540 kB Progress (1): 541 kB Progress (1): 541 kB Progress (1): 542 kB Progress (1): 542 kB Progress (1): 543 kB Progress (1): 543 kB Progress (1): 544 kB Progress (1): 544 kB Progress (1): 545 kB Progress (1): 545 kB Progress (1): 546 kB Progress (1): 546 kB Progress (1): 547 kB Progress (1): 547 kB Progress (1): 548 kB Progress (1): 549 kB Progress (1): 549 kB Progress (1): 550 kB Progress (1): 550 kB Progress (1): 551 kB Progress (1): 551 kB Progress (1): 552 kB Progress (1): 552 kB Progress (1): 553 kB Progress (1): 553 kB Progress (1): 554 kB Progress (1): 554 kB Progress (1): 555 kB Progress (1): 555 kB Progress (1): 556 kB Progress (1): 556 kB Progress (1): 557 kB Progress (1): 557 kB Progress (1): 558 kB Progress (1): 558 kB Progress (1): 559 kB Progress (1): 559 kB Progress (1): 560 kB Progress (1): 560 kB Progress (1): 561 kB Progress (1): 562 kB Progress (1): 562 kB Progress (1): 563 kB Progress (1): 563 kB Progress (1): 564 kB Progress (1): 564 kB Progress (1): 565 kB Progress (1): 565 kB Progress (1): 566 kB Progress (1): 567 kB Progress (1): 567 kB Progress (1): 568 kB Progress (1): 568 kB Progress (1): 569 kB Progress (1): 569 kB Progress (1): 570 kB Progress (1): 570 kB Progress (1): 571 kB Progress (1): 571 kB Progress (1): 572 kB Progress (1): 572 kB Progress (1): 573 kB Progress (1): 574 kB Progress (1): 574 kB Progress (1): 575 kB Progress (1): 575 kB Progress (1): 576 kB Progress (1): 576 kB Progress (1): 577 kB Progress (1): 577 kB Progress (1): 578 kB Progress (1): 578 kB Progress (1): 579 kB Progress (1): 579 kB Progress (1): 580 kB Progress (1): 580 kB Progress (1): 581 kB Progress (1): 581 kB Progress (1): 582 kB Progress (1): 582 kB Progress (1): 583 kB Progress (1): 584 kB Progress (1): 584 kB Progress (1): 585 kB Progress (1): 585 kB Progress (1): 586 kB Progress (1): 586 kB Progress (1): 587 kB Progress (1): 587 kB Progress (1): 588 kB Progress (1): 588 kB Progress (1): 589 kB Progress (1): 589 kB Progress (1): 590 kB Progress (1): 590 kB Progress (1): 591 kB Progress (1): 591 kB Progress (1): 592 kB Progress (1): 592 kB Progress (1): 593 kB Progress (1): 593 kB Progress (1): 594 kB Progress (1): 594 kB Progress (1): 595 kB Progress (1): 595 kB Progress (1): 596 kB Progress (1): 596 kB Progress (1): 597 kB Progress (1): 597 kB Progress (1): 598 kB Progress (1): 599 kB Progress (1): 599 kB Progress (1): 600 kB Progress (1): 600 kB Progress (1): 601 kB Progress (1): 601 kB Progress (1): 602 kB Progress (1): 602 kB Progress (1): 603 kB Progress (1): 603 kB Progress (1): 604 kB Progress (1): 604 kB Progress (1): 605 kB Progress (1): 605 kB Progress (1): 606 kB Progress (1): 606 kB Progress (1): 607 kB Progress (1): 607 kB Progress (1): 608 kB Progress (1): 608 kB Progress (1): 609 kB Progress (1): 609 kB Progress (1): 610 kB Progress (1): 610 kB Progress (1): 611 kB Progress (1): 612 kB Progress (1): 612 kB Progress (1): 613 kB Progress (1): 613 kB Progress (1): 614 kB Progress (1): 614 kB Progress (1): 615 kB Progress (1): 615 kB Progress (1): 616 kB Progress (1): 616 kB Progress (1): 617 kB Progress (1): 617 kB Progress (1): 618 kB Progress (1): 618 kB Progress (1): 619 kB Progress (1): 619 kB Progress (1): 620 kB Progress (1): 620 kB Progress (1): 621 kB Progress (1): 621 kB Progress (1): 622 kB Progress (1): 622 kB Progress (1): 623 kB Progress (1): 623 kB Progress (1): 624 kB Progress (1): 624 kB Progress (1): 625 kB Progress (1): 625 kB Progress (1): 626 kB Progress (1): 626 kB Progress (1): 627 kB Progress (1): 627 kB Progress (1): 628 kB Progress (1): 628 kB Progress (1): 629 kB Progress (1): 629 kB Progress (1): 630 kB Progress (1): 630 kB Progress (1): 631 kB Progress (1): 631 kB Progress (1): 632 kB Progress (1): 633 kB Progress (1): 633 kB Progress (1): 634 kB Progress (1): 634 kB Progress (1): 635 kB Progress (1): 635 kB Progress (1): 636 kB Progress (1): 636 kB Progress (1): 637 kB Progress (1): 637 kB Progress (1): 638 kB Progress (1): 638 kB Progress (1): 639 kB Progress (1): 639 kB Progress (1): 640 kB Progress (1): 640 kB Progress (1): 641 kB Progress (1): 641 kB Progress (1): 642 kB Progress (1): 642 kB Progress (1): 643 kB Progress (1): 643 kB Progress (1): 644 kB Progress (1): 644 kB Progress (1): 645 kB Progress (1): 646 kB Progress (1): 646 kB Progress (1): 646 kB Progress (1): 647 kB Progress (1): 647 kB Progress (1): 648 kB Progress (1): 648 kB Progress (1): 649 kB Progress (1): 650 kB Progress (1): 650 kB Progress (1): 651 kB Progress (1): 651 kB Progress (1): 652 kB Progress (1): 652 kB Progress (1): 653 kB Progress (1): 653 kB Progress (1): 654 kB Progress (1): 654 kB Progress (1): 655 kB Progress (1): 655 kB Progress (1): 656 kB Progress (1): 656 kB Progress (1): 657 kB Progress (1): 657 kB Progress (1): 658 kB Progress (1): 658 kB Progress (1): 659 kB Progress (1): 660 kB Progress (1): 660 kB Progress (1): 661 kB Progress (1): 661 kB Progress (1): 662 kB Progress (1): 662 kB Progress (1): 663 kB Progress (1): 663 kB Progress (1): 664 kB Progress (1): 664 kB Progress (1): 665 kB Progress (1): 665 kB Progress (1): 666 kB Progress (1): 666 kB Progress (1): 667 kB Progress (1): 668 kB Progress (1): 668 kB Progress (1): 669 kB Progress (1): 669 kB Progress (1): 670 kB Progress (1): 670 kB Progress (1): 671 kB Progress (1): 671 kB Progress (1): 672 kB Progress (1): 672 kB Progress (1): 673 kB Progress (1): 673 kB Progress (1): 674 kB Progress (1): 675 kB Progress (1): 675 kB Progress (1): 676 kB Progress (1): 676 kB Progress (1): 677 kB Progress (1): 677 kB Progress (1): 678 kB Progress (1): 678 kB Progress (1): 679 kB Progress (1): 679 kB Progress (1): 680 kB Progress (1): 680 kB Progress (1): 681 kB Progress (1): 682 kB Progress (1): 682 kB Progress (1): 683 kB Progress (1): 683 kB Progress (1): 684 kB Progress (1): 684 kB Progress (1): 685 kB Progress (1): 685 kB Progress (1): 686 kB Progress (1): 686 kB Progress (1): 687 kB Progress (1): 687 kB Progress (1): 688 kB Progress (1): 688 kB Progress (1): 689 kB Progress (1): 689 kB Progress (1): 690 kB Progress (1): 690 kB Progress (1): 691 kB Progress (1): 691 kB Progress (1): 692 kB Progress (1): 692 kB Progress (1): 693 kB Progress (1): 693 kB Progress (1): 694 kB Progress (1): 694 kB Progress (1): 695 kB Progress (1): 695 kB Progress (1): 696 kB Progress (1): 696 kB Progress (1): 697 kB Progress (1): 697 kB Progress (1): 698 kB Progress (1): 698 kB Progress (1): 699 kB Progress (1): 699 kB Progress (1): 700 kB Progress (1): 701 kB Progress (1): 701 kB Progress (1): 702 kB Progress (1): 702 kB Progress (1): 703 kB Progress (1): 703 kB Progress (1): 704 kB Progress (1): 704 kB Progress (1): 705 kB Progress (1): 705 kB Progress (1): 706 kB Progress (1): 706 kB Progress (1): 707 kB Progress (1): 707 kB Progress (1): 708 kB Progress (1): 709 kB Progress (1): 709 kB Progress (1): 710 kB Progress (1): 710 kB Progress (1): 711 kB Progress (1): 711 kB Progress (1): 712 kB Progress (1): 712 kB Progress (1): 713 kB Progress (1): 713 kB Progress (1): 714 kB Progress (1): 714 kB Progress (1): 715 kB Progress (1): 715 kB Progress (1): 716 kB Progress (1): 716 kB Progress (1): 717 kB Progress (1): 717 kB Progress (1): 718 kB Progress (1): 718 kB Progress (1): 719 kB Progress (1): 720 kB Progress (1): 720 kB Progress (1): 721 kB Progress (1): 721 kB Progress (1): 722 kB Progress (1): 722 kB Progress (1): 723 kB Progress (1): 723 kB Progress (1): 724 kB Progress (1): 724 kB Progress (1): 725 kB Progress (1): 725 kB Progress (1): 726 kB Progress (1): 727 kB Progress (1): 727 kB Progress (1): 728 kB Progress (1): 728 kB Progress (1): 729 kB Progress (1): 729 kB Progress (1): 730 kB Progress (1): 730 kB Progress (1): 731 kB Progress (1): 731 kB Progress (1): 732 kB Progress (1): 732 kB Progress (1): 733 kB Progress (1): 733 kB Progress (1): 734 kB Progress (1): 734 kB Progress (1): 735 kB Progress (1): 735 kB Progress (1): 736 kB Progress (1): 736 kB Progress (1): 737 kB Progress (1): 738 kB Progress (1): 738 kB Progress (1): 739 kB Progress (1): 739 kB Progress (1): 740 kB Progress (1): 740 kB Progress (1): 741 kB Progress (1): 741 kB Progress (1): 742 kB Progress (1): 742 kB Progress (1): 743 kB Progress (1): 743 kB Progress (1): 744 kB Progress (1): 744 kB Progress (1): 745 kB Progress (1): 745 kB Progress (1): 746 kB Progress (1): 746 kB Progress (1): 747 kB Progress (1): 747 kB Progress (1): 748 kB Progress (1): 748 kB Progress (1): 749 kB Progress (1): 749 kB Progress (1): 750 kB Progress (1): 751 kB Progress (1): 751 kB Progress (1): 752 kB Progress (1): 752 kB Progress (1): 753 kB Progress (1): 753 kB Progress (1): 754 kB Progress (1): 754 kB Progress (1): 755 kB Progress (1): 755 kB Progress (1): 756 kB Progress (1): 756 kB Progress (1): 757 kB Progress (1): 757 kB Progress (1): 758 kB Progress (1): 758 kB Progress (1): 759 kB Progress (1): 759 kB Progress (1): 760 kB Progress (1): 760 kB Progress (1): 761 kB Progress (1): 762 kB Progress (1): 762 kB Progress (1): 763 kB Progress (1): 763 kB Progress (1): 764 kB Progress (1): 764 kB Progress (1): 765 kB Progress (1): 765 kB Progress (1): 766 kB Progress (1): 766 kB Progress (1): 767 kB Progress (1): 767 kB Progress (1): 768 kB Progress (1): 769 kB Progress (1): 769 kB Progress (1): 770 kB Progress (1): 770 kB Progress (1): 771 kB Progress (1): 771 kB Progress (1): 772 kB Progress (1): 772 kB Progress (1): 773 kB Progress (1): 773 kB Progress (1): 774 kB Progress (1): 774 kB Progress (1): 775 kB Progress (1): 775 kB Progress (1): 776 kB Progress (1): 776 kB Progress (1): 777 kB Progress (1): 777 kB Progress (1): 778 kB Progress (1): 778 kB Progress (1): 779 kB Progress (1): 780 kB Progress (1): 780 kB Progress (1): 780 kB Progress (1): 781 kB Progress (1): 781 kB Progress (1): 782 kB Progress (1): 782 kB Progress (1): 783 kB Progress (1): 784 kB Progress (1): 784 kB Progress (1): 785 kB Progress (1): 785 kB Progress (1): 786 kB Progress (1): 786 kB Progress (1): 787 kB Progress (1): 787 kB Progress (1): 788 kB Progress (1): 788 kB Progress (1): 789 kB Progress (1): 789 kB Progress (1): 790 kB Progress (1): 790 kB Progress (1): 791 kB Progress (1): 791 kB Progress (1): 792 kB Progress (1): 792 kB Progress (1): 793 kB Progress (1): 793 kB Progress (1): 794 kB Progress (1): 794 kB Progress (1): 795 kB Progress (1): 795 kB Progress (1): 796 kB Progress (1): 796 kB Progress (1): 797 kB Progress (1): 797 kB Progress (1): 798 kB Progress (1): 798 kB Progress (1): 799 kB Progress (1): 799 kB Progress (1): 800 kB Progress (1): 800 kB Progress (1): 801 kB Progress (1): 802 kB Progress (1): 802 kB Progress (1): 803 kB Progress (1): 803 kB Progress (1): 804 kB Progress (1): 804 kB Progress (1): 805 kB Progress (1): 805 kB Progress (1): 806 kB Progress (1): 806 kB Progress (1): 807 kB Progress (1): 807 kB Progress (1): 808 kB Progress (1): 809 kB Progress (1): 809 kB Progress (1): 810 kB Progress (1): 810 kB Progress (1): 811 kB Progress (1): 811 kB Progress (1): 812 kB Progress (1): 812 kB Progress (1): 813 kB Progress (1): 813 kB Progress (1): 814 kB Progress (1): 814 kB Progress (1): 815 kB Progress (1): 815 kB Progress (1): 816 kB Progress (1): 816 kB Progress (1): 817 kB Progress (1): 817 kB Progress (1): 818 kB Progress (1): 818 kB Progress (1): 819 kB Progress (1): 819 kB Progress (1): 820 kB Progress (1): 821 kB Progress (1): 821 kB Progress (1): 822 kB Progress (1): 822 kB Progress (1): 823 kB Progress (1): 823 kB Progress (1): 824 kB Progress (1): 824 kB Progress (1): 825 kB Progress (1): 825 kB Progress (1): 826 kB Progress (1): 826 kB Progress (1): 827 kB Progress (1): 827 kB Progress (1): 828 kB Progress (1): 828 kB Progress (1): 829 kB Progress (1): 829 kB Progress (1): 830 kB Progress (1): 830 kB Progress (1): 831 kB Progress (1): 831 kB Progress (1): 832 kB Progress (1): 832 kB Progress (1): 833 kB Progress (1): 833 kB Progress (1): 834 kB Progress (1): 834 kB Progress (1): 835 kB Progress (1): 836 kB Progress (1): 836 kB Progress (1): 837 kB Progress (1): 837 kB Progress (1): 838 kB Progress (1): 838 kB Progress (1): 839 kB Progress (1): 839 kB Progress (1): 840 kB Progress (1): 840 kB Progress (1): 841 kB Progress (1): 841 kB Progress (1): 842 kB Progress (1): 842 kB Progress (1): 843 kB Progress (1): 844 kB Progress (1): 844 kB Progress (1): 845 kB Progress (1): 845 kB Progress (1): 846 kB Progress (1): 846 kB Progress (1): 847 kB Progress (1): 847 kB Progress (1): 848 kB Progress (1): 848 kB Progress (1): 849 kB Progress (1): 849 kB Progress (1): 850 kB Progress (1): 850 kB Progress (1): 851 kB Progress (1): 851 kB Progress (1): 852 kB Progress (1): 852 kB Progress (1): 853 kB Progress (1): 853 kB Progress (1): 854 kB Progress (1): 854 kB Progress (1): 855 kB Progress (1): 855 kB Progress (1): 856 kB Progress (1): 856 kB Progress (1): 857 kB Progress (1): 857 kB Progress (1): 858 kB Progress (1): 859 kB Progress (1): 859 kB Progress (1): 860 kB Progress (1): 860 kB Progress (1): 861 kB Progress (1): 861 kB Progress (1): 862 kB Progress (1): 862 kB Progress (1): 863 kB Progress (1): 863 kB Progress (1): 864 kB Progress (1): 864 kB Progress (1): 865 kB Progress (1): 865 kB Progress (1): 866 kB Progress (1): 867 kB Progress (1): 867 kB Progress (1): 868 kB Progress (1): 868 kB Progress (1): 869 kB Progress (1): 869 kB Progress (1): 870 kB Progress (1): 870 kB Progress (1): 871 kB Progress (1): 871 kB Progress (1): 872 kB Progress (1): 872 kB Progress (1): 873 kB Progress (1): 873 kB Progress (1): 874 kB Progress (1): 874 kB Progress (1): 875 kB Progress (1): 876 kB Progress (1): 876 kB Progress (1): 877 kB Progress (1): 877 kB Progress (1): 878 kB Progress (1): 878 kB Progress (1): 879 kB Progress (1): 879 kB Progress (1): 880 kB Progress (1): 880 kB Progress (1): 881 kB Progress (1): 881 kB Progress (1): 882 kB Progress (1): 882 kB Progress (1): 883 kB Progress (1): 883 kB Progress (1): 884 kB Progress (1): 884 kB Progress (1): 885 kB Progress (1): 886 kB Progress (1): 886 kB Progress (1): 887 kB Progress (1): 887 kB Progress (1): 888 kB Progress (1): 888 kB Progress (1): 889 kB Progress (1): 889 kB Progress (1): 890 kB Progress (1): 890 kB Progress (1): 891 kB Progress (1): 891 kB Progress (1): 892 kB Progress (1): 892 kB Progress (1): 893 kB Progress (1): 894 kB Progress (1): 894 kB Progress (1): 894 kB Progress (1): 895 kB Progress (1): 896 kB Progress (1): 896 kB Progress (1): 897 kB Progress (1): 897 kB Progress (1): 898 kB Progress (1): 898 kB Progress (1): 899 kB Progress (1): 899 kB Progress (1): 900 kB Progress (1): 900 kB Progress (1): 901 kB Progress (1): 901 kB Progress (1): 902 kB Progress (1): 902 kB Progress (1): 902 kB Progress (1): 903 kB Progress (1): 903 kB Progress (1): 904 kB Progress (1): 904 kB Progress (1): 905 kB Progress (1): 906 kB Progress (1): 906 kB Progress (1): 907 kB Progress (1): 907 kB Progress (1): 908 kB Progress (1): 908 kB Progress (1): 909 kB Progress (1): 909 kB Progress (1): 910 kB Progress (1): 910 kB Progress (1): 912 kB Progress (1): 915 kB Progress (1): 917 kB Progress (1): 920 kB Progress (1): 923 kB Progress (1): 927 kB Progress (1): 930 kB Progress (1): 932 kB Progress (1): 934 kB Progress (1): 937 kB Progress (1): 939 kB Progress (1): 942 kB Progress (1): 945 kB Progress (1): 947 kB Progress (1): 950 kB Progress (1): 952 kB Progress (1): 954 kB Progress (1): 956 kB Progress (1): 958 kB Progress (1): 961 kB Progress (1): 963 kB Progress (1): 966 kB Progress (1): 968 kB Progress (1): 971 kB Progress (1): 973 kB Progress (1): 974 kB Downloaded: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast-client/3.12.5/hazelcast-client-3.12.5.jar (974 kB at 2.9 MB/s) Progress (1): 505 B Progress (1): 1.0 kB Progress (1): 1.5 kB Progress (1): 2.0 kB Progress (1): 2.6 kB Progress (1): 3.1 kB Progress (1): 3.6 kB Progress (1): 4.1 kB Progress (1): 4.6 kB Progress (1): 5.1 kB Progress (1): 5.6 kB Progress (1): 6.1 kB Progress (1): 6.6 kB Progress (1): 7.2 kB Progress (1): 7.7 kB Progress (1): 8.1 kB Progress (1): 8.6 kB Progress (1): 9.1 kB Progress (1): 9.6 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 11 kB Progress (1): 12 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 14 kB Progress (1): 15 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 16 kB Progress (1): 17 kB Progress (1): 17 kB Progress (1): 18 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 19 kB Progress (1): 20 kB Progress (1): 20 kB Progress (1): 21 kB Progress (1): 21 kB Progress (1): 22 kB Progress (1): 22 kB Progress (1): 23 kB Progress (1): 23 kB Progress (1): 24 kB Progress (1): 24 kB Progress (1): 25 kB Progress (1): 25 kB Progress (1): 26 kB Progress (1): 26 kB Progress (1): 27 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 28 kB Progress (1): 29 kB Progress (1): 29 kB Progress (1): 30 kB Progress (1): 30 kB Progress (1): 31 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 33 kB Progress (1): 33 kB Progress (1): 34 kB Progress (1): 34 kB Progress (1): 35 kB Progress (1): 36 kB Progress (1): 36 kB Progress (1): 37 kB Progress (1): 37 kB Progress (1): 38 kB Progress (1): 38 kB Progress (1): 39 kB Progress (1): 39 kB Progress (1): 40 kB Progress (1): 40 kB Progress (1): 41 kB Progress (1): 41 kB Progress (1): 42 kB Progress (1): 42 kB Progress (1): 43 kB Progress (1): 43 kB Progress (1): 44 kB Progress (1): 44 kB Progress (1): 45 kB Progress (1): 45 kB Progress (1): 46 kB Progress (1): 46 kB Progress (1): 47 kB Progress (1): 47 kB Progress (1): 48 kB Progress (1): 48 kB Progress (1): 49 kB Progress (1): 49 kB Progress (1): 50 kB Progress (1): 50 kB Progress (1): 51 kB Progress (1): 51 kB Progress (1): 52 kB Progress (1): 52 kB Progress (1): 53 kB Progress (1): 53 kB Progress (1): 54 kB Progress (1): 54 kB Progress (1): 55 kB Progress (1): 55 kB Progress (1): 56 kB Progress (1): 56 kB Progress (1): 57 kB Progress (1): 57 kB Progress (1): 58 kB Progress (1): 58 kB Progress (1): 59 kB Progress (1): 59 kB Progress (1): 60 kB Progress (1): 60 kB Progress (1): 61 kB Progress (1): 61 kB Progress (1): 62 kB Progress (1): 62 kB Progress (1): 63 kB Progress (1): 63 kB Progress (1): 64 kB Progress (1): 64 kB Progress (1): 65 kB Progress (1): 65 kB Progress (1): 66 kB Progress (1): 66 kB Progress (1): 67 kB Progress (1): 67 kB Progress (1): 68 kB Progress (1): 68 kB Progress (1): 69 kB Progress (1): 69 kB Progress (1): 70 kB Progress (1): 70 kB Progress (1): 71 kB Progress (1): 71 kB Progress (1): 72 kB Progress (1): 72 kB Progress (1): 73 kB Progress (1): 73 kB Progress (1): 74 kB Progress (1): 74 kB Progress (1): 75 kB Progress (1): 75 kB Progress (1): 76 kB Progress (1): 77 kB Progress (1): 77 kB Progress (1): 78 kB Progress (1): 78 kB Progress (1): 79 kB Progress (1): 79 kB Progress (1): 80 kB Progress (1): 80 kB Progress (1): 81 kB Progress (1): 81 kB Progress (1): 82 kB Progress (1): 82 kB Progress (1): 83 kB Progress (1): 83 kB Progress (1): 84 kB Progress (1): 84 kB Progress (1): 85 kB Progress (1): 85 kB Progress (1): 86 kB Progress (1): 86 kB Progress (1): 87 kB Progress (1): 87 kB Progress (1): 88 kB Progress (1): 88 kB Progress (1): 89 kB Progress (1): 89 kB Progress (1): 90 kB Progress (1): 90 kB Progress (1): 91 kB Progress (1): 91 kB Progress (1): 92 kB Progress (1): 92 kB Progress (1): 93 kB Progress (1): 93 kB Progress (1): 94 kB Progress (1): 94 kB Progress (1): 95 kB Progress (1): 95 kB Progress (1): 96 kB Progress (1): 97 kB Progress (1): 97 kB Progress (1): 97 kB Progress (1): 98 kB Progress (1): 99 kB Progress (1): 99 kB Progress (1): 100 kB Progress (1): 100 kB Progress (1): 101 kB Progress (1): 101 kB Progress (1): 102 kB Progress (1): 102 kB Progress (1): 103 kB Progress (1): 103 kB Progress (1): 104 kB Progress (1): 104 kB Progress (1): 105 kB Progress (1): 105 kB Progress (1): 106 kB Progress (1): 106 kB Progress (1): 107 kB Progress (1): 107 kB Progress (1): 108 kB Progress (1): 108 kB Progress (1): 109 kB Progress (1): 109 kB Progress (1): 110 kB Progress (1): 110 kB Progress (1): 111 kB Progress (1): 111 kB Progress (1): 112 kB Progress (1): 112 kB Progress (1): 113 kB Progress (1): 113 kB Progress (1): 114 kB Progress (1): 114 kB Progress (1): 115 kB Progress (1): 115 kB Progress (1): 116 kB Progress (1): 116 kB Progress (1): 117 kB Progress (1): 117 kB Progress (1): 118 kB Progress (1): 118 kB Progress (1): 119 kB Progress (1): 119 kB Progress (1): 120 kB Progress (1): 120 kB Progress (1): 121 kB Progress (1): 121 kB Progress (1): 122 kB Progress (1): 122 kB Progress (1): 123 kB Progress (1): 123 kB Progress (1): 124 kB Progress (1): 124 kB Progress (1): 125 kB Progress (1): 125 kB Progress (1): 126 kB Progress (1): 126 kB Progress (1): 127 kB Progress (1): 127 kB Progress (1): 128 kB Progress (1): 128 kB Progress (1): 129 kB Progress (1): 129 kB Progress (1): 130 kB Progress (1): 130 kB Progress (1): 131 kB Progress (1): 131 kB Progress (1): 132 kB Progress (1): 132 kB Progress (1): 133 kB Progress (1): 133 kB Progress (1): 134 kB Progress (1): 134 kB Progress (1): 135 kB Progress (1): 135 kB Progress (1): 136 kB Progress (1): 136 kB Progress (1): 137 kB Progress (1): 137 kB Progress (1): 138 kB Progress (1): 138 kB Progress (1): 139 kB Progress (1): 139 kB Progress (1): 140 kB Progress (1): 140 kB Progress (1): 141 kB Progress (1): 142 kB Progress (1): 142 kB Progress (1): 143 kB Progress (1): 143 kB Progress (1): 144 kB Progress (1): 144 kB Progress (1): 145 kB Progress (1): 145 kB Progress (1): 146 kB Progress (1): 146 kB Progress (1): 147 kB Progress (1): 147 kB Progress (1): 148 kB Progress (1): 148 kB Progress (1): 149 kB Progress (1): 149 kB Progress (1): 150 kB Progress (1): 150 kB Progress (1): 151 kB Progress (1): 151 kB Progress (1): 152 kB Progress (1): 152 kB Progress (1): 153 kB Progress (1): 153 kB Progress (1): 154 kB Progress (1): 154 kB Progress (1): 155 kB Progress (1): 155 kB Progress (1): 156 kB Progress (1): 156 kB Progress (1): 157 kB Progress (1): 157 kB Progress (1): 158 kB Progress (1): 158 kB Progress (1): 159 kB Progress (1): 159 kB Progress (1): 160 kB Progress (1): 160 kB Progress (1): 161 kB Progress (1): 161 kB Progress (1): 162 kB Progress (1): 162 kB Progress (1): 163 kB Progress (1): 163 kB Progress (1): 164 kB Progress (1): 164 kB Progress (1): 165 kB Progress (1): 165 kB Progress (1): 166 kB Progress (1): 166 kB Progress (1): 167 kB Progress (1): 167 kB Progress (1): 168 kB Progress (1): 168 kB Progress (1): 169 kB Progress (1): 169 kB Progress (1): 170 kB Progress (1): 170 kB Progress (1): 171 kB Progress (1): 171 kB Progress (1): 172 kB Progress (1): 172 kB Progress (1): 173 kB Progress (1): 173 kB Progress (1): 174 kB Progress (1): 174 kB Progress (1): 175 kB Progress (1): 176 kB Progress (1): 176 kB Progress (1): 177 kB Progress (1): 177 kB Progress (1): 178 kB Progress (1): 178 kB Progress (1): 178 kB Progress (1): 179 kB Progress (1): 180 kB Progress (1): 180 kB Progress (1): 181 kB Progress (1): 181 kB Progress (1): 182 kB Progress (1): 182 kB Progress (1): 183 kB Progress (1): 183 kB Progress (1): 184 kB Progress (1): 184 kB Progress (1): 185 kB Progress (1): 185 kB Progress (1): 186 kB Progress (1): 186 kB Progress (1): 187 kB Progress (1): 187 kB Progress (1): 188 kB Progress (1): 188 kB Progress (1): 189 kB Progress (1): 189 kB Progress (1): 190 kB Progress (1): 190 kB Progress (1): 191 kB Progress (1): 191 kB Progress (1): 192 kB Progress (1): 192 kB Progress (1): 193 kB Progress (1): 193 kB Progress (1): 194 kB Progress (1): 194 kB Progress (1): 195 kB Progress (1): 195 kB Progress (1): 196 kB Progress (1): 196 kB Progress (1): 197 kB Progress (1): 197 kB Progress (1): 198 kB Progress (1): 198 kB Progress (1): 199 kB Progress (1): 199 kB Progress (1): 200 kB Progress (1): 200 kB Progress (1): 201 kB Progress (1): 201 kB Progress (1): 202 kB Progress (1): 202 kB Progress (1): 203 kB Progress (1): 203 kB Progress (1): 204 kB Progress (1): 204 kB Progress (1): 205 kB Progress (1): 205 kB Progress (1): 206 kB Progress (1): 206 kB Progress (1): 207 kB Progress (1): 207 kB Progress (1): 208 kB Progress (1): 209 kB Progress (1): 209 kB Progress (1): 210 kB Progress (1): 210 kB Progress (1): 211 kB Progress (1): 211 kB Progress (1): 212 kB Progress (1): 212 kB Progress (1): 213 kB Progress (1): 213 kB Progress (1): 214 kB Progress (1): 214 kB Progress (1): 215 kB Progress (1): 215 kB Progress (1): 216 kB Progress (1): 216 kB Progress (1): 217 kB Progress (1): 217 kB Progress (1): 218 kB Progress (1): 218 kB Progress (1): 219 kB Progress (1): 219 kB Progress (1): 220 kB Progress (1): 220 kB Progress (1): 221 kB Progress (1): 221 kB Progress (1): 222 kB Progress (1): 222 kB Progress (1): 223 kB Progress (1): 223 kB Progress (1): 224 kB Progress (1): 224 kB Progress (1): 225 kB Progress (1): 225 kB Progress (1): 226 kB Progress (1): 226 kB Progress (1): 227 kB Progress (1): 227 kB Progress (1): 228 kB Progress (1): 228 kB Progress (1): 229 kB Progress (1): 229 kB Progress (1): 230 kB Progress (1): 230 kB Progress (1): 231 kB Progress (1): 231 kB Progress (1): 232 kB Progress (1): 232 kB Progress (1): 233 kB Progress (1): 233 kB Progress (1): 234 kB Progress (1): 234 kB Progress (1): 235 kB Progress (1): 235 kB Progress (1): 236 kB Progress (1): 236 kB Progress (1): 237 kB Progress (1): 237 kB Progress (1): 238 kB Progress (1): 238 kB Progress (1): 239 kB Progress (1): 240 kB Progress (1): 240 kB Progress (1): 241 kB Progress (1): 241 kB Progress (1): 242 kB Progress (1): 242 kB Progress (1): 243 kB Progress (1): 243 kB Progress (1): 244 kB Progress (1): 244 kB Progress (1): 245 kB Progress (1): 245 kB Progress (1): 246 kB Progress (1): 246 kB Progress (1): 247 kB Progress (1): 247 kB Progress (1): 248 kB Progress (1): 248 kB Progress (1): 249 kB Progress (1): 249 kB Progress (1): 250 kB Progress (1): 250 kB Progress (1): 251 kB Progress (1): 251 kB Progress (1): 252 kB Progress (1): 252 kB Progress (1): 253 kB Progress (1): 253 kB Progress (1): 254 kB Progress (1): 254 kB Progress (1): 255 kB Progress (1): 255 kB Progress (1): 256 kB Progress (1): 256 kB Progress (1): 257 kB Progress (1): 257 kB Progress (1): 258 kB Progress (1): 258 kB Progress (1): 259 kB Progress (1): 259 kB Progress (1): 260 kB Progress (1): 260 kB Progress (1): 261 kB Progress (1): 261 kB Progress (1): 262 kB Progress (1): 262 kB Progress (1): 263 kB Progress (1): 263 kB Progress (1): 264 kB Progress (1): 264 kB Progress (1): 265 kB Progress (1): 265 kB Progress (1): 266 kB Progress (1): 266 kB Progress (1): 267 kB Progress (1): 267 kB Progress (1): 268 kB Progress (1): 268 kB Progress (1): 269 kB Progress (1): 269 kB Progress (1): 270 kB Progress (1): 270 kB Progress (1): 271 kB Progress (1): 272 kB Progress (1): 272 kB Progress (1): 273 kB Progress (1): 273 kB Progress (1): 274 kB Progress (1): 274 kB Progress (1): 275 kB Progress (1): 275 kB Progress (1): 276 kB Progress (1): 276 kB Progress (1): 277 kB Progress (1): 277 kB Progress (1): 278 kB Progress (1): 278 kB Progress (1): 279 kB Progress (1): 279 kB Progress (1): 280 kB Progress (1): 280 kB Progress (1): 281 kB Progress (1): 281 kB Progress (1): 282 kB Progress (1): 282 kB Progress (1): 283 kB Progress (1): 283 kB Progress (1): 284 kB Progress (1): 284 kB Progress (1): 285 kB Progress (1): 285 kB Progress (1): 286 kB Progress (1): 286 kB Progress (1): 287 kB Progress (1): 287 kB Progress (1): 288 kB Progress (1): 288 kB Progress (1): 289 kB Progress (1): 289 kB Progress (1): 290 kB Progress (1): 290 kB Progress (1): 291 kB Progress (1): 291 kB Progress (1): 292 kB Progress (1): 292 kB Progress (1): 293 kB Progress (1): 293 kB Progress (1): 294 kB Progress (1): 294 kB Progress (1): 295 kB Progress (1): 295 kB Progress (1): 296 kB Progress (1): 296 kB Progress (1): 297 kB Progress (1): 297 kB Progress (1): 298 kB Progress (1): 298 kB Progress (1): 299 kB Progress (1): 299 kB Progress (1): 300 kB Progress (1): 300 kB Progress (1): 301 kB Progress (1): 301 kB Progress (1): 302 kB Progress (1): 302 kB Progress (1): 303 kB Progress (1): 303 kB Progress (1): 304 kB Progress (1): 304 kB Progress (1): 305 kB Progress (1): 306 kB Progress (1): 306 kB Progress (1): 307 kB Progress (1): 307 kB Progress (1): 308 kB Progress (1): 308 kB Progress (1): 309 kB Progress (1): 309 kB Progress (1): 310 kB Progress (1): 310 kB Progress (1): 311 kB Progress (1): 311 kB Progress (1): 312 kB Progress (1): 312 kB Progress (1): 313 kB Progress (1): 313 kB Progress (1): 314 kB Progress (1): 314 kB Progress (1): 315 kB Progress (1): 315 kB Progress (1): 316 kB Progress (1): 316 kB Progress (1): 317 kB Progress (1): 317 kB Progress (1): 318 kB Progress (1): 318 kB Progress (1): 319 kB Progress (1): 319 kB Progress (1): 320 kB Progress (1): 320 kB Progress (1): 321 kB Progress (1): 322 kB Progress (1): 322 kB Progress (1): 323 kB Progress (1): 323 kB Progress (1): 324 kB Progress (1): 324 kB Progress (1): 325 kB Progress (1): 325 kB Progress (1): 326 kB Progress (1): 326 kB Progress (1): 327 kB Progress (1): 327 kB Progress (1): 328 kB Progress (1): 328 kB Progress (1): 329 kB Progress (1): 330 kB Progress (1): 330 kB Progress (1): 331 kB Progress (1): 331 kB Progress (1): 332 kB Progress (1): 332 kB Progress (1): 333 kB Progress (1): 333 kB Progress (1): 334 kB Progress (1): 334 kB Progress (1): 335 kB Progress (1): 335 kB Progress (1): 336 kB Progress (1): 336 kB Progress (1): 337 kB Progress (1): 337 kB Progress (1): 338 kB Progress (1): 339 kB Progress (1): 339 kB Progress (1): 340 kB Progress (1): 340 kB Progress (1): 341 kB Progress (1): 341 kB Progress (1): 342 kB Progress (1): 342 kB Progress (1): 343 kB Progress (1): 343 kB Progress (1): 344 kB Progress (1): 344 kB Progress (1): 345 kB Progress (1): 345 kB Progress (1): 346 kB Progress (1): 346 kB Progress (1): 347 kB Progress (1): 347 kB Progress (1): 348 kB Progress (1): 348 kB Progress (1): 349 kB Progress (1): 350 kB Progress (1): 350 kB Progress (1): 351 kB Progress (1): 351 kB Progress (1): 352 kB Progress (1): 352 kB Progress (1): 353 kB Progress (1): 353 kB Progress (1): 354 kB Progress (1): 354 kB Progress (1): 355 kB Progress (1): 355 kB Progress (1): 356 kB Progress (1): 356 kB Progress (1): 357 kB Progress (1): 358 kB Progress (1): 358 kB Progress (1): 359 kB Progress (1): 359 kB Progress (1): 360 kB Progress (1): 360 kB Progress (1): 361 kB Progress (1): 361 kB Progress (1): 362 kB Progress (1): 362 kB Progress (1): 363 kB Progress (1): 363 kB Progress (1): 364 kB Progress (1): 365 kB Progress (1): 365 kB Progress (1): 366 kB Progress (1): 366 kB Progress (1): 367 kB Progress (1): 367 kB Progress (1): 368 kB Progress (1): 368 kB Progress (1): 369 kB Progress (1): 369 kB Progress (1): 370 kB Progress (1): 370 kB Progress (1): 371 kB Progress (1): 371 kB Progress (1): 372 kB Progress (1): 373 kB Progress (1): 373 kB Progress (1): 374 kB Progress (1): 374 kB Progress (1): 375 kB Progress (1): 375 kB Progress (1): 376 kB Progress (1): 376 kB Progress (1): 377 kB Progress (1): 378 kB Progress (1): 378 kB Progress (1): 379 kB Progress (1): 379 kB Progress (1): 380 kB Progress (1): 380 kB Progress (1): 381 kB Progress (1): 381 kB Progress (1): 382 kB Progress (1): 383 kB Progress (1): 383 kB Progress (1): 384 kB Progress (1): 385 kB Progress (1): 385 kB Progress (1): 386 kB Progress (1): 386 kB Progress (1): 387 kB Progress (1): 387 kB Progress (1): 388 kB Progress (1): 389 kB Progress (1): 389 kB Progress (1): 390 kB Progress (1): 390 kB Progress (1): 391 kB Progress (1): 392 kB Progress (1): 392 kB Progress (1): 393 kB Progress (1): 393 kB Progress (1): 394 kB Progress (1): 395 kB Progress (1): 395 kB Progress (1): 396 kB Progress (1): 396 kB Progress (1): 397 kB Progress (1): 397 kB Progress (1): 398 kB Progress (1): 398 kB Progress (1): 399 kB Progress (1): 400 kB Progress (1): 400 kB Progress (1): 401 kB Progress (1): 401 kB Progress (1): 402 kB Progress (1): 403 kB Progress (1): 403 kB Progress (1): 404 kB Progress (1): 404 kB Progress (1): 405 kB Progress (1): 405 kB Progress (1): 406 kB Progress (1): 406 kB Progress (1): 407 kB Progress (1): 408 kB Progress (1): 408 kB Progress (1): 409 kB Progress (1): 409 kB Progress (1): 410 kB Progress (1): 411 kB Progress (1): 412 kB Progress (1): 412 kB Progress (1): 413 kB Progress (1): 413 kB Progress (1): 414 kB Progress (1): 414 kB Progress (1): 415 kB Progress (1): 415 kB Progress (1): 416 kB Progress (1): 417 kB Progress (1): 417 kB Progress (1): 418 kB Progress (1): 419 kB Progress (1): 419 kB Progress (1): 420 kB Progress (1): 420 kB Progress (1): 421 kB Progress (1): 422 kB Progress (1): 422 kB Progress (1): 423 kB Progress (1): 423 kB Progress (1): 424 kB Progress (1): 424 kB Progress (1): 425 kB Progress (1): 426 kB Progress (1): 426 kB Progress (1): 427 kB Progress (1): 427 kB Progress (1): 428 kB Progress (1): 429 kB Progress (1): 429 kB Progress (1): 430 kB Progress (1): 430 kB Progress (1): 431 kB Progress (1): 431 kB Progress (1): 432 kB Progress (1): 433 kB Progress (1): 433 kB Progress (1): 434 kB Progress (1): 434 kB Progress (1): 435 kB Progress (1): 435 kB Progress (1): 436 kB Progress (1): 436 kB Progress (1): 437 kB Progress (1): 437 kB Progress (1): 438 kB Progress (1): 439 kB Progress (1): 439 kB Progress (1): 440 kB Progress (1): 440 kB Progress (1): 441 kB Progress (1): 441 kB Progress (1): 442 kB Progress (1): 442 kB Progress (1): 443 kB Progress (1): 443 kB Progress (1): 444 kB Progress (1): 445 kB Progress (1): 445 kB Progress (1): 446 kB Progress (1): 447 kB Progress (1): 447 kB Progress (1): 448 kB Progress (1): 448 kB Progress (1): 449 kB Progress (1): 450 kB Progress (1): 450 kB Progress (1): 450 kB Progress (1): 451 kB Progress (1): 452 kB Progress (1): 452 kB Progress (1): 453 kB Progress (1): 453 kB Progress (1): 454 kB Progress (1): 455 kB Progress (1): 455 kB Progress (1): 456 kB Progress (1): 456 kB Progress (1): 457 kB Progress (1): 457 kB Progress (1): 458 kB Progress (1): 458 kB Progress (1): 459 kB Progress (1): 459 kB Progress (1): 460 kB Progress (1): 460 kB Progress (1): 461 kB Progress (1): 461 kB Progress (1): 462 kB Progress (1): 463 kB Progress (1): 463 kB Progress (1): 464 kB Progress (1): 464 kB Progress (1): 465 kB Progress (1): 465 kB Progress (1): 466 kB Progress (1): 467 kB Progress (1): 467 kB Progress (1): 468 kB Progress (1): 468 kB Progress (1): 469 kB Progress (1): 469 kB Progress (1): 470 kB Progress (1): 470 kB Progress (1): 471 kB Progress (1): 471 kB Progress (1): 472 kB Progress (1): 472 kB Progress (1): 473 kB Progress (1): 474 kB Progress (1): 474 kB Progress (1): 475 kB Progress (1): 475 kB Progress (1): 476 kB Progress (1): 476 kB Progress (1): 477 kB Progress (1): 477 kB Progress (1): 478 kB Progress (1): 478 kB Progress (1): 479 kB Progress (1): 479 kB Progress (1): 480 kB Progress (1): 480 kB Progress (1): 481 kB Progress (1): 481 kB Progress (1): 482 kB Progress (1): 483 kB Progress (1): 483 kB Progress (1): 484 kB Progress (1): 484 kB Progress (1): 485 kB Progress (1): 485 kB Progress (1): 486 kB Progress (1): 486 kB Progress (1): 487 kB Progress (1): 487 kB Progress (1): 488 kB Progress (1): 488 kB Progress (1): 489 kB Progress (1): 489 kB Progress (1): 490 kB Progress (1): 490 kB Progress (1): 491 kB Progress (1): 492 kB Progress (1): 492 kB Progress (1): 493 kB Progress (1): 493 kB Progress (1): 494 kB Progress (1): 494 kB Progress (1): 495 kB Progress (1): 495 kB Progress (1): 496 kB Progress (1): 496 kB Progress (1): 497 kB Progress (1): 497 kB Progress (1): 498 kB Progress (1): 498 kB Progress (1): 499 kB Progress (1): 500 kB Progress (1): 500 kB Progress (1): 501 kB Progress (1): 501 kB Progress (1): 502 kB Progress (1): 502 kB Progress (1): 503 kB Progress (1): 503 kB Progress (1): 504 kB Progress (1): 504 kB Progress (1): 505 kB Progress (1): 505 kB Progress (1): 506 kB Progress (1): 506 kB Progress (1): 507 kB Progress (1): 507 kB Progress (1): 508 kB Progress (1): 508 kB Progress (1): 509 kB Progress (1): 510 kB Progress (1): 510 kB Progress (1): 511 kB Progress (1): 511 kB Progress (1): 512 kB Progress (1): 512 kB Progress (1): 513 kB Progress (1): 513 kB Progress (1): 514 kB Progress (1): 514 kB Progress (1): 515 kB Progress (1): 515 kB Progress (1): 516 kB Progress (1): 516 kB Progress (1): 517 kB Progress (1): 517 kB Progress (1): 518 kB Progress (1): 518 kB Progress (1): 519 kB Progress (1): 519 kB Progress (1): 520 kB Progress (1): 520 kB Progress (1): 521 kB Progress (1): 522 kB Progress (1): 522 kB Progress (1): 523 kB Progress (1): 523 kB Progress (1): 524 kB Progress (1): 524 kB Progress (1): 525 kB Progress (1): 525 kB Progress (1): 526 kB Progress (1): 526 kB Progress (1): 527 kB Progress (1): 527 kB Progress (1): 528 kB Progress (1): 529 kB Progress (1): 529 kB Progress (1): 530 kB Progress (1): 530 kB Progress (1): 531 kB Progress (1): 531 kB Progress (1): 532 kB Progress (1): 532 kB Progress (1): 533 kB Progress (1): 533 kB Progress (1): 534 kB Progress (1): 534 kB Progress (1): 535 kB Progress (1): 536 kB Progress (1): 536 kB Progress (1): 537 kB Progress (1): 537 kB Progress (1): 538 kB Progress (1): 538 kB Progress (1): 539 kB Progress (1): 539 kB Progress (1): 540 kB Progress (1): 540 kB Progress (1): 541 kB Progress (1): 541 kB Progress (1): 542 kB Progress (1): 542 kB Progress (1): 543 kB Progress (1): 543 kB Progress (1): 544 kB Progress (1): 544 kB Progress (1): 545 kB Progress (1): 545 kB Progress (1): 546 kB Progress (1): 546 kB Progress (1): 547 kB Progress (1): 547 kB Progress (1): 548 kB Progress (1): 548 kB Progress (1): 549 kB Progress (1): 549 kB Progress (1): 550 kB Progress (1): 550 kB Progress (1): 551 kB Progress (1): 551 kB Progress (1): 552 kB Progress (1): 552 kB Progress (1): 553 kB Progress (1): 553 kB Progress (1): 554 kB Progress (1): 554 kB Progress (1): 555 kB Progress (1): 555 kB Progress (1): 556 kB Progress (1): 556 kB Progress (1): 557 kB Progress (1): 557 kB Progress (1): 558 kB Progress (1): 559 kB Progress (1): 559 kB Progress (1): 560 kB Progress (1): 560 kB Progress (1): 561 kB Progress (1): 561 kB Progress (1): 562 kB Progress (1): 562 kB Progress (1): 563 kB Progress (1): 563 kB Progress (1): 564 kB Progress (1): 564 kB Progress (1): 565 kB Progress (1): 566 kB Progress (1): 566 kB Progress (1): 567 kB Progress (1): 567 kB Progress (1): 568 kB Progress (1): 568 kB Progress (1): 569 kB Progress (1): 569 kB Progress (1): 570 kB Progress (1): 570 kB Progress (1): 571 kB Progress (1): 572 kB Progress (1): 572 kB Progress (1): 573 kB Progress (1): 573 kB Progress (1): 574 kB Progress (1): 574 kB Progress (1): 575 kB Progress (1): 576 kB Progress (1): 576 kB Progress (1): 577 kB Progress (1): 577 kB Progress (1): 578 kB Progress (1): 578 kB Progress (1): 579 kB Progress (1): 579 kB Progress (1): 580 kB Progress (1): 580 kB Progress (1): 581 kB Progress (1): 581 kB Progress (1): 582 kB Progress (1): 582 kB Progress (1): 583 kB Progress (1): 583 kB Progress (1): 584 kB Progress (1): 584 kB Progress (1): 585 kB Progress (1): 586 kB Progress (1): 586 kB Progress (1): 587 kB Progress (1): 587 kB Progress (1): 588 kB Progress (1): 588 kB Progress (1): 589 kB Progress (1): 589 kB Progress (1): 590 kB Progress (1): 590 kB Progress (1): 591 kB Progress (1): 591 kB Progress (1): 592 kB Progress (1): 592 kB Progress (1): 593 kB Progress (1): 594 kB Progress (1): 594 kB Progress (1): 595 kB Progress (1): 595 kB Progress (1): 595 kB Progress (1): 596 kB Progress (1): 596 kB Progress (1): 597 kB Progress (1): 598 kB Progress (1): 598 kB Progress (1): 599 kB Progress (1): 599 kB Progress (1): 600 kB Progress (1): 600 kB Progress (1): 601 kB Progress (1): 601 kB Progress (1): 602 kB Progress (1): 602 kB Progress (1): 603 kB Progress (1): 603 kB Progress (1): 604 kB Progress (1): 604 kB Progress (1): 605 kB Progress (1): 605 kB Progress (1): 606 kB Progress (1): 606 kB Progress (1): 607 kB Progress (1): 607 kB Progress (1): 608 kB Progress (1): 609 kB Progress (1): 609 kB Progress (1): 610 kB Progress (1): 610 kB Progress (1): 611 kB Progress (1): 611 kB Progress (1): 612 kB Progress (1): 612 kB Progress (1): 613 kB Progress (1): 613 kB Progress (1): 614 kB Progress (1): 614 kB Progress (1): 615 kB Progress (1): 615 kB Progress (1): 616 kB Progress (1): 616 kB Progress (1): 617 kB Progress (1): 617 kB Progress (1): 618 kB Progress (1): 618 kB Progress (1): 619 kB Progress (1): 620 kB Progress (1): 620 kB Progress (1): 620 kB Progress (1): 621 kB Progress (1): 622 kB Progress (1): 622 kB Progress (1): 623 kB Progress (1): 623 kB Progress (1): 624 kB Progress (1): 624 kB Progress (1): 625 kB Progress (1): 625 kB Progress (1): 626 kB Progress (1): 626 kB Progress (1): 627 kB Progress (1): 628 kB Progress (1): 628 kB Progress (1): 628 kB Progress (1): 629 kB Progress (1): 630 kB Progress (1): 630 kB Progress (1): 631 kB Progress (1): 631 kB Progress (1): 632 kB Progress (1): 632 kB Progress (1): 633 kB Progress (1): 633 kB Progress (1): 634 kB Progress (1): 634 kB Progress (1): 635 kB Progress (1): 635 kB Progress (1): 636 kB Progress (1): 637 kB Progress (1): 637 kB Progress (1): 638 kB Progress (1): 638 kB Progress (1): 639 kB Progress (1): 639 kB Progress (1): 640 kB Progress (1): 641 kB Progress (1): 641 kB Progress (1): 642 kB Progress (1): 643 kB Progress (1): 643 kB Progress (1): 644 kB Progress (1): 644 kB Progress (1): 645 kB Progress (1): 646 kB Progress (1): 646 kB Progress (1): 647 kB Progress (1): 647 kB Progress (1): 648 kB Progress (1): 648 kB Progress (1): 649 kB Progress (1): 650 kB Progress (1): 650 kB Progress (1): 651 kB Progress (1): 651 kB Progress (1): 652 kB Progress (1): 652 kB Progress (1): 653 kB Progress (1): 653 kB Progress (1): 654 kB Progress (1): 654 kB Progress (1): 655 kB Progress (1): 655 kB Progress (1): 656 kB Progress (1): 656 kB Progress (1): 657 kB Progress (1): 658 kB Progress (1): 658 kB Progress (1): 659 kB Progress (1): 659 kB Progress (1): 660 kB Progress (1): 660 kB Progress (1): 661 kB Progress (1): 661 kB Progress (1): 662 kB Progress (1): 662 kB Progress (1): 663 kB Progress (1): 663 kB Progress (1): 664 kB Progress (1): 664 kB Progress (1): 665 kB Progress (1): 666 kB Progress (1): 666 kB Progress (1): 667 kB Progress (1): 667 kB Progress (1): 668 kB Progress (1): 668 kB Progress (1): 669 kB Progress (1): 669 kB Progress (1): 670 kB Progress (1): 670 kB Progress (1): 671 kB Progress (1): 671 kB Progress (1): 672 kB Progress (1): 673 kB Progress (1): 673 kB Progress (1): 674 kB Progress (1): 674 kB Progress (1): 675 kB Progress (1): 675 kB Progress (1): 676 kB Progress (1): 676 kB Progress (1): 677 kB Progress (1): 677 kB Progress (1): 678 kB Progress (1): 678 kB Progress (1): 679 kB Progress (1): 679 kB Progress (1): 680 kB Progress (1): 680 kB Progress (1): 681 kB Progress (1): 681 kB Progress (1): 682 kB Progress (1): 682 kB Progress (1): 683 kB Progress (1): 683 kB Progress (1): 684 kB Progress (1): 684 kB Progress (1): 685 kB Progress (1): 685 kB Progress (1): 686 kB Progress (1): 686 kB Progress (1): 687 kB Progress (1): 687 kB Progress (1): 688 kB Progress (1): 688 kB Progress (1): 689 kB Progress (1): 689 kB Progress (1): 690 kB Progress (1): 690 kB Progress (1): 691 kB Progress (1): 691 kB Progress (1): 692 kB Progress (1): 692 kB Progress (1): 693 kB Progress (1): 693 kB Progress (1): 694 kB Progress (1): 694 kB Progress (1): 695 kB Progress (1): 695 kB Progress (1): 696 kB Progress (1): 696 kB Progress (1): 697 kB Progress (1): 697 kB Progress (1): 698 kB Progress (1): 698 kB Progress (1): 699 kB Progress (1): 699 kB Progress (1): 700 kB Progress (1): 700 kB Progress (1): 701 kB Progress (1): 702 kB Progress (1): 702 kB Progress (1): 703 kB Progress (1): 703 kB Progress (1): 704 kB Progress (1): 704 kB Progress (1): 705 kB Progress (1): 705 kB Progress (1): 706 kB Progress (1): 706 kB Progress (1): 707 kB Progress (1): 707 kB Progress (1): 708 kB Progress (1): 708 kB Progress (1): 709 kB Progress (1): 709 kB Progress (1): 710 kB Progress (1): 710 kB Progress (1): 711 kB Progress (1): 711 kB Progress (1): 712 kB Progress (1): 713 kB Progress (1): 713 kB Progress (1): 713 kB Progress (1): 714 kB Progress (1): 715 kB Progress (1): 715 kB Progress (1): 716 kB Progress (1): 716 kB Progress (1): 717 kB Progress (1): 717 kB Progress (1): 718 kB Progress (1): 718 kB Progress (1): 719 kB Progress (1): 719 kB Progress (1): 720 kB Progress (1): 720 kB Progress (1): 721 kB Progress (1): 721 kB Progress (1): 722 kB Progress (1): 722 kB Progress (1): 723 kB Progress (1): 723 kB Progress (1): 724 kB Progress (1): 724 kB Progress (1): 725 kB Progress (1): 726 kB Progress (1): 726 kB Progress (1): 727 kB Progress (1): 727 kB Progress (1): 728 kB Progress (1): 728 kB Progress (1): 729 kB Progress (1): 730 kB Progress (1): 730 kB Progress (1): 731 kB Progress (1): 731 kB Progress (1): 732 kB Progress (1): 732 kB Progress (1): 733 kB Progress (1): 733 kB Progress (1): 734 kB Progress (1): 734 kB Progress (1): 735 kB Progress (1): 735 kB Progress (1): 736 kB Progress (1): 736 kB Progress (1): 737 kB Progress (1): 737 kB Progress (1): 738 kB Progress (1): 738 kB Progress (1): 739 kB Progress (1): 739 kB Progress (1): 740 kB Progress (1): 740 kB Progress (1): 741 kB Progress (1): 742 kB Progress (1): 742 kB Progress (1): 743 kB Progress (1): 743 kB Progress (1): 744 kB Progress (1): 744 kB Progress (1): 745 kB Progress (1): 745 kB Progress (1): 746 kB Progress (1): 746 kB Progress (1): 747 kB Progress (1): 747 kB Progress (1): 748 kB Progress (1): 749 kB Progress (1): 749 kB Progress (1): 750 kB Progress (1): 750 kB Progress (1): 751 kB Progress (1): 751 kB Progress (1): 752 kB Progress (1): 752 kB Progress (1): 753 kB Progress (1): 753 kB Progress (1): 754 kB Progress (1): 754 kB Progress (1): 755 kB Progress (1): 755 kB Progress (1): 756 kB Progress (1): 756 kB Progress (1): 757 kB Progress (1): 757 kB Progress (1): 758 kB Progress (1): 758 kB Progress (1): 759 kB Progress (1): 759 kB Progress (1): 760 kB Progress (1): 760 kB Progress (1): 761 kB Progress (1): 762 kB Progress (1): 762 kB Progress (1): 763 kB Progress (1): 763 kB Progress (1): 764 kB Progress (1): 764 kB Progress (1): 765 kB Progress (1): 765 kB Progress (1): 766 kB Progress (1): 766 kB Progress (1): 767 kB Progress (1): 767 kB Progress (1): 768 kB Progress (1): 769 kB Progress (1): 769 kB Progress (1): 770 kB Progress (1): 770 kB Progress (1): 771 kB Progress (1): 771 kB Progress (1): 772 kB Progress (1): 772 kB Progress (1): 773 kB Progress (1): 773 kB Progress (1): 774 kB Progress (1): 774 kB Progress (1): 775 kB Progress (1): 776 kB Progress (1): 776 kB Progress (1): 777 kB Progress (1): 778 kB Progress (1): 778 kB Progress (1): 779 kB Progress (1): 779 kB Progress (1): 780 kB Progress (1): 780 kB Progress (1): 781 kB Progress (1): 782 kB Progress (1): 782 kB Progress (1): 783 kB Progress (1): 783 kB Progress (1): 784 kB Progress (1): 784 kB Progress (1): 785 kB Progress (1): 785 kB Progress (1): 786 kB Progress (1): 786 kB Progress (1): 787 kB Progress (1): 788 kB Progress (1): 788 kB Progress (1): 789 kB Progress (1): 789 kB Progress (1): 790 kB Progress (1): 790 kB Progress (1): 791 kB Progress (1): 791 kB Progress (1): 792 kB Progress (1): 792 kB Progress (1): 793 kB Progress (1): 794 kB Progress (1): 794 kB Progress (1): 795 kB Progress (1): 795 kB Progress (1): 796 kB Progress (1): 797 kB Progress (1): 797 kB Progress (1): 798 kB Progress (1): 798 kB Progress (1): 799 kB Progress (1): 799 kB Progress (1): 800 kB Progress (1): 801 kB Progress (1): 801 kB Progress (1): 802 kB Progress (1): 802 kB Progress (1): 803 kB Progress (1): 803 kB Progress (1): 804 kB Progress (1): 804 kB Progress (1): 805 kB Progress (1): 806 kB Progress (1): 806 kB Progress (1): 807 kB Progress (1): 807 kB Progress (1): 808 kB Progress (1): 808 kB Progress (1): 809 kB Progress (1): 809 kB Progress (1): 810 kB Progress (1): 810 kB Progress (1): 811 kB Progress (1): 812 kB Progress (1): 812 kB Progress (1): 813 kB Progress (1): 813 kB Progress (1): 814 kB Progress (1): 814 kB Progress (1): 815 kB Progress (1): 816 kB Progress (1): 816 kB Progress (1): 817 kB Progress (1): 817 kB Progress (1): 818 kB Progress (1): 818 kB Progress (1): 819 kB Progress (1): 819 kB Progress (1): 820 kB Progress (1): 821 kB Progress (1): 821 kB Progress (1): 822 kB Progress (1): 822 kB Progress (1): 823 kB Progress (1): 823 kB Progress (1): 824 kB Progress (1): 824 kB Progress (1): 825 kB Progress (1): 825 kB Progress (1): 826 kB Progress (1): 826 kB Progress (1): 827 kB Progress (1): 827 kB Progress (1): 828 kB Progress (1): 829 kB Progress (1): 829 kB Progress (1): 830 kB Progress (1): 830 kB Progress (1): 831 kB Progress (1): 831 kB Progress (1): 832 kB Progress (1): 832 kB Progress (1): 833 kB Progress (1): 833 kB Progress (1): 834 kB Progress (1): 835 kB Progress (1): 835 kB Progress (1): 836 kB Progress (1): 836 kB Progress (1): 837 kB Progress (1): 837 kB Progress (1): 838 kB Progress (1): 838 kB Progress (1): 839 kB Progress (1): 839 kB Progress (1): 840 kB Progress (1): 841 kB Progress (1): 841 kB Progress (1): 842 kB Progress (1): 842 kB Progress (1): 843 kB Progress (1): 844 kB Progress (1): 844 kB Progress (1): 845 kB Progress (1): 845 kB Progress (1): 846 kB Progress (1): 846 kB Progress (1): 847 kB Progress (1): 847 kB Progress (1): 848 kB Progress (1): 848 kB Progress (1): 849 kB Progress (1): 849 kB Progress (1): 850 kB Progress (1): 851 kB Progress (1): 851 kB Progress (1): 852 kB Progress (1): 852 kB Progress (1): 853 kB Progress (1): 853 kB Progress (1): 854 kB Progress (1): 854 kB Progress (1): 855 kB Progress (1): 856 kB Progress (1): 856 kB Progress (1): 857 kB Progress (1): 857 kB Progress (1): 858 kB Progress (1): 859 kB Progress (1): 859 kB Progress (1): 860 kB Progress (1): 860 kB Progress (1): 861 kB Progress (1): 861 kB Progress (1): 862 kB Progress (1): 862 kB Progress (1): 863 kB Progress (1): 863 kB Progress (1): 864 kB Progress (1): 864 kB Progress (1): 865 kB Progress (1): 865 kB Progress (1): 866 kB Progress (1): 866 kB Progress (1): 867 kB Progress (1): 867 kB Progress (1): 868 kB Progress (1): 868 kB Progress (1): 869 kB Progress (1): 870 kB Progress (1): 870 kB Progress (1): 871 kB Progress (1): 871 kB Progress (1): 872 kB Progress (1): 873 kB Progress (1): 873 kB Progress (1): 874 kB Progress (1): 874 kB Progress (1): 875 kB Progress (1): 875 kB Progress (1): 876 kB Progress (1): 876 kB Progress (1): 877 kB Progress (1): 877 kB Progress (1): 878 kB Progress (1): 878 kB Progress (1): 879 kB Progress (1): 879 kB Progress (1): 880 kB Progress (1): 881 kB Progress (1): 881 kB Progress (1): 882 kB Progress (1): 882 kB Progress (1): 883 kB Progress (1): 883 kB Progress (1): 884 kB Progress (1): 884 kB Progress (1): 885 kB Progress (1): 885 kB Progress (1): 886 kB Progress (1): 886 kB Progress (1): 887 kB Progress (1): 887 kB Progress (1): 888 kB Progress (1): 889 kB Progress (1): 889 kB Progress (1): 890 kB Progress (1): 890 kB Progress (1): 891 kB Progress (1): 891 kB Progress (1): 892 kB Progress (1): 892 kB Progress (1): 893 kB Progress (1): 893 kB Progress (1): 894 kB Progress (1): 894 kB Progress (1): 895 kB Progress (1): 895 kB Progress (1): 896 kB Progress (1): 896 kB Progress (1): 897 kB Progress (1): 898 kB Progress (1): 898 kB Progress (1): 899 kB Progress (1): 899 kB Progress (1): 900 kB Progress (1): 900 kB Progress (1): 901 kB Progress (1): 901 kB Progress (1): 902 kB Progress (1): 902 kB Progress (1): 903 kB Progress (1): 903 kB Progress (1): 904 kB Progress (1): 904 kB Progress (1): 905 kB Progress (1): 905 kB Progress (1): 906 kB Progress (1): 907 kB Progress (1): 907 kB Progress (1): 908 kB Progress (1): 908 kB Progress (1): 909 kB Progress (1): 909 kB Progress (1): 910 kB Progress (1): 910 kB Progress (1): 911 kB Progress (1): 912 kB Progress (1): 912 kB Progress (1): 913 kB Progress (1): 913 kB Progress (1): 914 kB Progress (1): 914 kB Progress (1): 915 kB Progress (1): 915 kB Progress (1): 916 kB Progress (1): 916 kB Progress (1): 917 kB Progress (1): 917 kB Progress (1): 918 kB Progress (1): 918 kB Progress (1): 919 kB Progress (1): 919 kB Progress (1): 920 kB Progress (1): 921 kB Progress (1): 921 kB Progress (1): 922 kB Progress (1): 922 kB Progress (1): 923 kB Progress (1): 923 kB Progress (1): 924 kB Progress (1): 924 kB Progress (1): 925 kB Progress (1): 925 kB Progress (1): 926 kB Progress (1): 926 kB Progress (1): 927 kB Progress (1): 927 kB Progress (1): 928 kB Progress (1): 929 kB Progress (1): 929 kB Progress (1): 930 kB Progress (1): 930 kB Progress (1): 931 kB Progress (1): 931 kB Progress (1): 932 kB Progress (1): 932 kB Progress (1): 933 kB Progress (1): 933 kB Progress (1): 934 kB Progress (1): 934 kB Progress (1): 935 kB Progress (1): 935 kB Progress (1): 936 kB Progress (1): 936 kB Progress (1): 937 kB Progress (1): 938 kB Progress (1): 938 kB Progress (1): 939 kB Progress (1): 939 kB Progress (1): 940 kB Progress (1): 940 kB Progress (1): 941 kB Progress (1): 941 kB Progress (1): 942 kB Progress (1): 942 kB Progress (1): 943 kB Progress (1): 943 kB Progress (1): 944 kB Progress (1): 944 kB Progress (1): 945 kB Progress (1): 945 kB Progress (1): 946 kB Progress (1): 947 kB Progress (1): 947 kB Progress (1): 948 kB Progress (1): 948 kB Progress (1): 949 kB Progress (1): 949 kB Progress (1): 950 kB Progress (1): 950 kB Progress (1): 951 kB Progress (1): 951 kB Progress (1): 952 kB Progress (1): 952 kB Progress (1): 953 kB Progress (1): 954 kB Progress (1): 954 kB Progress (1): 955 kB Progress (1): 955 kB Progress (1): 956 kB Progress (1): 956 kB Progress (1): 957 kB Progress (1): 957 kB Progress (1): 958 kB Progress (1): 958 kB Progress (1): 959 kB Progress (1): 959 kB Progress (1): 960 kB Progress (1): 961 kB Progress (1): 961 kB Progress (1): 962 kB Progress (1): 962 kB Progress (1): 963 kB Progress (1): 963 kB Progress (1): 964 kB Progress (1): 964 kB Progress (1): 965 kB Progress (1): 966 kB Progress (1): 966 kB Progress (1): 967 kB Progress (1): 967 kB Progress (1): 968 kB Progress (1): 968 kB Progress (1): 969 kB Progress (1): 969 kB Progress (1): 970 kB Progress (1): 970 kB Progress (1): 971 kB Progress (1): 971 kB Progress (1): 972 kB Progress (1): 972 kB Progress (1): 973 kB Progress (1): 973 kB Progress (1): 974 kB Progress (1): 974 kB Progress (1): 975 kB Progress (1): 976 kB Progress (1): 976 kB Progress (1): 977 kB Progress (1): 977 kB Progress (1): 978 kB Progress (1): 979 kB Progress (1): 979 kB Progress (1): 980 kB Progress (1): 980 kB Progress (1): 981 kB Progress (1): 981 kB Progress (1): 982 kB Progress (1): 982 kB Progress (1): 983 kB Progress (1): 984 kB Progress (1): 984 kB Progress (1): 985 kB Progress (1): 985 kB Progress (1): 986 kB Progress (1): 986 kB Progress (1): 987 kB Progress (1): 987 kB Progress (1): 988 kB Progress (1): 989 kB Progress (1): 989 kB Progress (1): 990 kB Progress (1): 990 kB Progress (1): 991 kB Progress (1): 991 kB Progress (1): 992 kB Progress (1): 992 kB Progress (1): 993 kB Progress (1): 993 kB Progress (1): 994 kB Progress (1): 994 kB Progress (1): 995 kB Progress (1): 995 kB Progress (1): 996 kB Progress (1): 996 kB Progress (1): 997 kB Progress (1): 997 kB Progress (1): 998 kB Progress (1): 998 kB Progress (1): 999 kB Progress (1): 999 kB Progress (1): 1000 kB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.0 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.1 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.2 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.3 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.4 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.5 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.6 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.7 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.8 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 1.9 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.0 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.1 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.2 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.3 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.4 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.5 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.6 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.7 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.8 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 2.9 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.0 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.1 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.2 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.3 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.4 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.5 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.6 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.7 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.8 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 3.9 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.0 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.1 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.2 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.3 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.4 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.5 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.6 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.7 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.8 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 4.9 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.0 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.1 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.2 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.3 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.4 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.5 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.6 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.7 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.8 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 5.9 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.0 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.1 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.2 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.3 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.4 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.5 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.6 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.7 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.8 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 6.9 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.0 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.1 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.2 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.3 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.4 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.5 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.6 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.7 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.8 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 7.9 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.0 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.1 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.2 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.3 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.4 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.5 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.6 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.7 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.8 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 8.9 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.0 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.1 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.2 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.3 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.4 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.5 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.6 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.7 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.8 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 9.9 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10.0 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 10 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 11 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Progress (1): 12 MB Downloaded: https://www.appng.org/nexus/repository/maven-central/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5.jar (12 MB at 7.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-core --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/core/xml/repository/Certification.java [INFO] org/appng/core/xml/repository/GetCertificationRequest.java [INFO] org/appng/core/xml/repository/GetCertificationResponse.java [INFO] org/appng/core/xml/repository/GetPackageRequest.java [INFO] org/appng/core/xml/repository/GetPackageResponse.java [INFO] org/appng/core/xml/repository/GetPackageVersionsRequest.java [INFO] org/appng/core/xml/repository/GetPackageVersionsResponse.java [INFO] org/appng/core/xml/repository/GetPackagesRequest.java [INFO] org/appng/core/xml/repository/GetPackagesResponse.java [INFO] org/appng/core/xml/repository/ObjectFactory.java [INFO] org/appng/core/xml/repository/Package.java [INFO] org/appng/core/xml/repository/PackageType.java [INFO] org/appng/core/xml/repository/PackageVersions.java [INFO] org/appng/core/xml/repository/Packages.java [INFO] org/appng/core/xml/repository/package-info.java [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 96 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 187 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/classes [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 83 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 83 source files to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.core.domain.ResourceImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.appng.core.domain.ResourceImplTest [INFO] Running org.appng.core.domain.PackageArchiveTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 s - in org.appng.core.domain.PackageArchiveTest [INFO] Running org.appng.core.domain.ValidationPatternTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2019-12-19 10:58:10,835 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1894788146 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:10,852 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2019-12-19 10:58:10,854 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#987547666 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:10,855 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2019-12-19 10:58:10,856 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1632914150 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:10,857 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2019-12-19 10:58:10,858 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#507911745 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:10,858 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#1537772520) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 s - in org.appng.core.domain.SiteImplTest [INFO] Running org.appng.core.domain.DatabaseTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.appng.core.domain.DatabaseTypeTest [INFO] Running org.appng.core.security.BCryptPasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.066 s - in org.appng.core.security.BCryptPasswordHandlerTest [INFO] Running org.appng.core.security.Sha1PasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.security.Sha1PasswordHandlerTest [INFO] Running org.appng.core.security.DigestValidatorTest 2019-12-19 10:58:12,990 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2019-12-19 10:58:12,991 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 7199009, maximum is 3600000 2019-12-19 10:58:12,991 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2019-12-19 10:58:12,992 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2019-12-19 10:58:12,992 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 5BF9F0C27F2B18F4FE25AA76CDD8FF3A, but should be 3568CAE9DBFD96FBDFC531B87E7A47A4 2019-12-19 10:58:12,992 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.core.security.DigestValidatorTest [INFO] Running org.appng.core.security.DefaultPasswordPolicyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.core.security.DefaultPasswordPolicyTest [INFO] Running org.appng.core.security.signing.SignerTest 2019-12-19 10:58:13,046 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/zip' 2019-12-19 10:58:13,086 INFO [main] org.appng.core.security.signing.Signer: Writing release file '/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/zip/index' 2019-12-19 10:58:13,087 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2019-12-19 10:58:13,087 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2019-12-19 10:58:13,088 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2019-12-19 10:58:13,090 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2019-12-19 10:58:13,090 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.4-2017-04-10-1046.zip' [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.appng.core.security.signing.SignerTest [INFO] Running org.appng.core.security.SaltedDigestTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 s - in org.appng.core.security.SaltedDigestTest [INFO] Running org.appng.core.service.TemplateServiceTest 2019-12-19 10:58:13,598 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:13,610 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6ff65192, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2dd80673, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4af0df05, org.springframework.test.context.support.DirtiesContextTestExecutionListener@57ea113a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@acdb094, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@674bd420, org.springframework.test.context.event.EventPublishingTestExecutionListener@2b0f373b] 2019-12-19 10:58:14,129 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:14,319 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 175ms. Found 15 repository interfaces. 2019-12-19 10:58:14,328 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:14,412 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 84ms. Found 15 repository interfaces. 2019-12-19 10:58:14,962 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:15,069 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.8.Final} 2019-12-19 10:58:15,303 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-12-19 10:58:15,816 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) Dec 19, 2019 10:58:15 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-12-19 10:58:15,958 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:15,958 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:15,958 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:15,963 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:16,249 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:16,312 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:17,104 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.1.0.Final 2019-12-19 10:58:18,454 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2335aef2] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:18,460 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@14dbfdb1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:18,498 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:18,510 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:19,511 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@37efd131, started on Thu Dec 19 10:58:13 CET 2019 2019-12-19 10:58:20,692 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#723104582 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:20,725 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2019-12-19 10:58:20,725 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2019-12-19 10:58:20,725 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2019-12-19 10:58:20,728 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2019-12-19 10:58:20,728 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2019-12-19 10:58:20,728 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2019-12-19 10:58:20,733 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1474234791 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:20,739 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#628339017 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:20,751 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2019-12-19 10:58:20,751 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2019-12-19 10:58:20,751 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2019-12-19 10:58:20,753 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2019-12-19 10:58:20,753 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2019-12-19 10:58:20,753 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2019-12-19 10:58:20,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Template appng-template 2019-12-19 10:58:20,884 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:20,885 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.394 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.CoreServiceTest 2019-12-19 10:58:20,894 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:20,894 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@28269c65, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4c9d833, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@18b58c77, org.springframework.test.context.support.DirtiesContextTestExecutionListener@20f99c18, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3c20e9d6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@76e2a621, org.springframework.test.context.event.EventPublishingTestExecutionListener@42805abe] 2019-12-19 10:58:21,005 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:21,045 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 40ms. Found 15 repository interfaces. 2019-12-19 10:58:21,048 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:21,144 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 96ms. Found 15 repository interfaces. 2019-12-19 10:58:21,184 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:21,211 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:21,211 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:21,212 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:21,212 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:21,212 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:21,213 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:21,219 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:21,496 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3bf52f8f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:21,507 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6e466fdf] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:21,538 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:21,538 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:21,600 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2e7517aa, started on Thu Dec 19 10:58:20 CET 2019 2019-12-19 10:58:22,144 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5d8112e6, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:22,163 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-1 2019-12-19 10:58:22,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-2 2019-12-19 10:58:22,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2019-12-19 10:58:22,190 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2019-12-19 10:58:22,194 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-2 2019-12-19 10:58:22,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-3 2019-12-19 10:58:22,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application manager 2019-12-19 10:58:22,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application bugtracker 2019-12-19 10:58:22,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application foobar 2019-12-19 10:58:22,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application manager 2019-12-19 10:58:22,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application bugtracker 2019-12-19 10:58:22,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application foobar 2019-12-19 10:58:22,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foobar 2019-12-19 10:58:22,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.foobar.foobar 2019-12-19 10:58:22,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-1 of application manager 2019-12-19 10:58:22,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-2 of application bugtracker 2019-12-19 10:58:22,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-3 of application foobar 2019-12-19 10:58:22,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role admin 2019-12-19 10:58:22,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role user 2019-12-19 10:58:22,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role debugger 2019-12-19 10:58:22,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2019-12-19 10:58:22,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-2 2019-12-19 10:58:22,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-3 2019-12-19 10:58:22,222 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2019-12-19 10:58:22,223 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-2 2019-12-19 10:58:22,224 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-3 2019-12-19 10:58:22,225 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository repo 2019-12-19 10:58:22,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2019-12-19 10:58:22,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2019-12-19 10:58:22,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2019-12-19 10:58:22,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2019-12-19 10:58:22,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2019-12-19 10:58:22,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2019-12-19 10:58:22,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData 2019-12-19 10:58:22,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2019-12-19 10:58:22,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitoringPath 2019-12-19 10:58:22,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2019-12-19 10:58:22,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2019-12-19 10:58:22,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2019-12-19 10:58:22,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2019-12-19 10:58:22,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2019-12-19 10:58:22,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2019-12-19 10:58:22,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2019-12-19 10:58:22,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2019-12-19 10:58:22,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheConfig 2019-12-19 10:58:22,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2019-12-19 10:58:22,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2019-12-19 10:58:22,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2019-12-19 10:58:22,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2019-12-19 10:58:22,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2019-12-19 10:58:22,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2019-12-19 10:58:22,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2019-12-19 10:58:22,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2019-12-19 10:58:22,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2019-12-19 10:58:22,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2019-12-19 10:58:22,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2019-12-19 10:58:22,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2019-12-19 10:58:22,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2019-12-19 10:58:22,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2019-12-19 10:58:22,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2019-12-19 10:58:22,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2019-12-19 10:58:22,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2019-12-19 10:58:22,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2019-12-19 10:58:22,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2019-12-19 10:58:22,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2019-12-19 10:58:22,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2019-12-19 10:58:22,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2019-12-19 10:58:22,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2019-12-19 10:58:22,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2019-12-19 10:58:22,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2019-12-19 10:58:22,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2019-12-19 10:58:22,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2019-12-19 10:58:22,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2019-12-19 10:58:22,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2019-12-19 10:58:22,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2019-12-19 10:58:22,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2019-12-19 10:58:22,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2019-12-19 10:58:22,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2019-12-19 10:58:22,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2019-12-19 10:58:22,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2019-12-19 10:58:22,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2 2019-12-19 10:58:22,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-12-19 10:58:22,378 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application manager 2019-12-19 10:58:22,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application bugtracker 2019-12-19 10:58:22,381 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application foobar 2019-12-19 10:58:22,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role admin 2019-12-19 10:58:22,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role user 2019-12-19 10:58:22,383 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role debugger 2019-12-19 10:58:22,413 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2019-12-19 10:58:22,414 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2019-12-19 10:58:22,414 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2019-12-19 10:58:22,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2019-12-19 10:58:22,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2019-12-19 10:58:22,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2019-12-19 10:58:22,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2019-12-19 10:58:22,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2019-12-19 10:58:22,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2019-12-19 10:58:22,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2019-12-19 10:58:22,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2019-12-19 10:58:22,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2019-12-19 10:58:22,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2019-12-19 10:58:22,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2019-12-19 10:58:22,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2019-12-19 10:58:22,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2019-12-19 10:58:22,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2019-12-19 10:58:22,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheEnabled 2019-12-19 10:58:22,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2019-12-19 10:58:22,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2019-12-19 10:58:22,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2019-12-19 10:58:22,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2019-12-19 10:58:22,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2019-12-19 10:58:22,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2019-12-19 10:58:22,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2019-12-19 10:58:22,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2019-12-19 10:58:22,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2019-12-19 10:58:22,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2019-12-19 10:58:22,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2019-12-19 10:58:22,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheTimeToLive 2019-12-19 10:58:22,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2019-12-19 10:58:22,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2019-12-19 10:58:22,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2019-12-19 10:58:22,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2019-12-19 10:58:22,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheClearOnShutdown 2019-12-19 10:58:22,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2019-12-19 10:58:22,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2019-12-19 10:58:22,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheExceptions 2019-12-19 10:58:22,426 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2019-12-19 10:58:22,426 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2019-12-19 10:58:22,427 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2019-12-19 10:58:22,427 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2019-12-19 10:58:22,427 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender 2019-12-19 10:58:22,428 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2019-12-19 10:58:22,428 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheStatistics 2019-12-19 10:58:22,428 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2019-12-19 10:58:22,428 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2019-12-19 10:58:22,429 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2019-12-19 10:58:22,429 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2019-12-19 10:58:22,429 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2019-12-19 10:58:22,430 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2019-12-19 10:58:22,430 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2019-12-19 10:58:22,430 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2019-12-19 10:58:22,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2019-12-19 10:58:22,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2019-12-19 10:58:22,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2019-12-19 10:58:22,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2019-12-19 10:58:22,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2019-12-19 10:58:22,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2019-12-19 10:58:22,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2019-12-19 10:58:22,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2019-12-19 10:58:22,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2019-12-19 10:58:22,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2019-12-19 10:58:22,434 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1334198737 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2019-12-19 10:58:22,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexTimeout 2019-12-19 10:58:22,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginRef 2019-12-19 10:58:22,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultApplication 2019-12-19 10:58:22,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputFormat 2019-12-19 10:58:22,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.allowSkipRender 2019-12-19 10:58:22,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.xssExceptions 2019-12-19 10:58:22,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheStatistics 2019-12-19 10:58:22,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionValue 2019-12-19 10:58:22,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileTypes 2019-12-19 10:58:22,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPage 2019-12-19 10:58:22,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2019-12-19 10:58:22,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPassword 2019-12-19 10:58:22,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDomain 2019-12-19 10:58:22,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportReloadFile 2019-12-19 10:58:22,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheExceptions 2019-12-19 10:58:22,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedMethods 2019-12-19 10:58:22,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.wwwDir 2019-12-19 10:58:22,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapHost 2019-12-19 10:58:22,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutPage 2019-12-19 10:58:22,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.name 2019-12-19 10:58:22,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailHost 2019-12-19 10:58:22,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authApplication 2019-12-19 10:58:22,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheClearOnShutdown 2019-12-19 10:58:22,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailPort 2019-12-19 10:58:22,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2019-12-19 10:58:22,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.DatasourceConfigurer 2019-12-19 10:58:22,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.host 2019-12-19 10:58:22,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportedLanguages 2019-12-19 10:58:22,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.siteRootDir 2019-12-19 10:58:22,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2019-12-19 10:58:22,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginPage 2019-12-19 10:58:22,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2019-12-19 10:58:22,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexConfig 2019-12-19 10:58:22,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.timeZone 2019-12-19 10:58:22,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.tagPrefix 2019-12-19 10:58:22,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.service-path 2019-12-19 10:58:22,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUser 2019-12-19 10:58:22,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputType 2019-12-19 10:58:22,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchChunkSize 2019-12-19 10:58:22,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.encoding 2019-12-19 10:58:22,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapStartTls 2019-12-19 10:58:22,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.documentDir 2019-12-19 10:58:22,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.template 2019-12-19 10:58:22,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheEnabled 2019-12-19 10:58:22,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.appendTabId 2019-12-19 10:58:22,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedPaths 2019-12-19 10:58:22,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.rewriteConfig 2019-12-19 10:58:22,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.locale 2019-12-19 10:58:22,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUserBaseDn 2019-12-19 10:58:22,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPage 2019-12-19 10:58:22,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexDir 2019-12-19 10:58:22,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchMaxHits 2019-12-19 10:58:22,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPageSize 2019-12-19 10:58:22,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailDisabled 2019-12-19 10:58:22,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheTimeToLive 2019-12-19 10:58:22,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionName 2019-12-19 10:58:22,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapIdAttribute 2019-12-19 10:58:22,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPages 2019-12-19 10:58:22,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutRef 2019-12-19 10:58:22,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.assetsDir 2019-12-19 10:58:22,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexQueueSize 2019-12-19 10:58:22,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.manager-path 2019-12-19 10:58:22,496 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1398214655 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPage 2019-12-19 10:58:22,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPage 2019-12-19 10:58:22,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPageSize 2019-12-19 10:58:22,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2019-12-19 10:58:22,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.assetsDir 2019-12-19 10:58:22,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapHost 2019-12-19 10:58:22,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.template 2019-12-19 10:58:22,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheExceptions 2019-12-19 10:58:22,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexDir 2019-12-19 10:58:22,532 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapStartTls 2019-12-19 10:58:22,532 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheEnabled 2019-12-19 10:58:22,532 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchChunkSize 2019-12-19 10:58:22,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUserBaseDn 2019-12-19 10:58:22,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedPaths 2019-12-19 10:58:22,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionValue 2019-12-19 10:58:22,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.DatasourceConfigurer 2019-12-19 10:58:22,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.encoding 2019-12-19 10:58:22,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2019-12-19 10:58:22,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2019-12-19 10:58:22,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginPage 2019-12-19 10:58:22,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutPage 2019-12-19 10:58:22,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionName 2019-12-19 10:58:22,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.xssExceptions 2019-12-19 10:58:22,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDomain 2019-12-19 10:58:22,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2019-12-19 10:58:22,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportedLanguages 2019-12-19 10:58:22,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportReloadFile 2019-12-19 10:58:22,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUser 2019-12-19 10:58:22,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.siteRootDir 2019-12-19 10:58:22,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.service-path 2019-12-19 10:58:22,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexConfig 2019-12-19 10:58:22,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.rewriteConfig 2019-12-19 10:58:22,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexTimeout 2019-12-19 10:58:22,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailHost 2019-12-19 10:58:22,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileTypes 2019-12-19 10:58:22,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheStatistics 2019-12-19 10:58:22,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutRef 2019-12-19 10:58:22,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailPort 2019-12-19 10:58:22,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.locale 2019-12-19 10:58:22,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.documentDir 2019-12-19 10:58:22,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.tagPrefix 2019-12-19 10:58:22,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexQueueSize 2019-12-19 10:58:22,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultApplication 2019-12-19 10:58:22,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginRef 2019-12-19 10:58:22,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPassword 2019-12-19 10:58:22,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2019-12-19 10:58:22,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputType 2019-12-19 10:58:22,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.timeZone 2019-12-19 10:58:22,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheTimeToLive 2019-12-19 10:58:22,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.appendTabId 2019-12-19 10:58:22,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapIdAttribute 2019-12-19 10:58:22,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.host 2019-12-19 10:58:22,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.allowSkipRender 2019-12-19 10:58:22,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.wwwDir 2019-12-19 10:58:22,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailDisabled 2019-12-19 10:58:22,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPages 2019-12-19 10:58:22,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputFormat 2019-12-19 10:58:22,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authApplication 2019-12-19 10:58:22,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheClearOnShutdown 2019-12-19 10:58:22,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchMaxHits 2019-12-19 10:58:22,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedMethods 2019-12-19 10:58:22,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.manager-path 2019-12-19 10:58:22,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.name 2019-12-19 10:58:22,547 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1915885313 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,592 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2019-12-19 10:58:22,593 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-2 2019-12-19 10:58:22,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-3 2019-12-19 10:58:22,601 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5d8112e6, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:22,604 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@257da215, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:22,665 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#128683923 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,685 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1489640621 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,705 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1581539326 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2019-12-19 10:58:22,738 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@257da215, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:22,740 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f5d7091, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:22,763 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#792739082 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,780 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#883716803 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,794 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1337847418 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2019-12-19 10:58:22,813 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4f5d7091, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:22,815 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6b578779, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:22,835 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1941379381 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,845 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1593443833 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,857 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2083062342 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,897 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/foobar 2019-12-19 10:58:22,898 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/ROOT/WEB-INF/cache/application/site-1/foobar 2019-12-19 10:58:22,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application foobar to site site-1 2019-12-19 10:58:22,906 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.foobar.foobar 2019-12-19 10:58:22,911 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6b578779, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:22,912 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5f606ab6, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:22,930 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2136509382 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,939 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#15848947 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,948 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#228732988 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:22,977 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5f606ab6, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:22,980 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@46bbcb82, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:22,998 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#657255537 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,007 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1069097177 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,014 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#544283394 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,022 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@46bbcb82, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,024 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ae8556c, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,039 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1628737580 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,047 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1451747629 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,055 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#119777796 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,055 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foobaz 2019-12-19 10:58:23,059 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ae8556c, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,061 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4ebe6c24, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,074 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1889693386 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,082 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1002091209 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,089 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1856670399 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository name 2019-12-19 10:58:23,092 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4ebe6c24, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,094 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@428440f2, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,107 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1516494343 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,114 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1735356636 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,122 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2078471442 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection testconection 2019-12-19 10:58:23,127 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@428440f2, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,129 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2746bc43, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,142 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1340636345 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,150 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2071095515 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,157 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2112817404 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group groupy-group 2019-12-19 10:58:23,160 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2746bc43, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,162 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@109fff4a, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,175 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#272194500 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,182 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#313740245 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,189 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#226703216 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,190 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.manager.foo 2019-12-19 10:58:23,193 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@109fff4a, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,195 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5860e4c3, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,207 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#64231553 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,213 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#462914986 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,220 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#541599066 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,221 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.foo 2019-12-19 10:58:23,225 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5860e4c3, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,227 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@57cd77e1, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,239 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1659196546 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,247 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1647354202 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,256 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#55543660 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foo 2019-12-19 10:58:23,261 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@57cd77e1, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,263 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@372153eb, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,279 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#561582717 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,288 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#258907160 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,296 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1515979807 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginPage 2019-12-19 10:58:23,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.siteRootDir 2019-12-19 10:58:23,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultApplication 2019-12-19 10:58:23,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.xssExceptions 2019-12-19 10:58:23,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.assetsDir 2019-12-19 10:58:23,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.service-path 2019-12-19 10:58:23,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportReloadFile 2019-12-19 10:58:23,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPage 2019-12-19 10:58:23,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.name 2019-12-19 10:58:23,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheClearOnShutdown 2019-12-19 10:58:23,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapIdAttribute 2019-12-19 10:58:23,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.locale 2019-12-19 10:58:23,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.documentDir 2019-12-19 10:58:23,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedMethods 2019-12-19 10:58:23,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapHost 2019-12-19 10:58:23,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheTimeToLive 2019-12-19 10:58:23,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutRef 2019-12-19 10:58:23,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginRef 2019-12-19 10:58:23,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPrincipalScheme 2019-12-19 10:58:23,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.manager-path 2019-12-19 10:58:23,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchMaxHits 2019-12-19 10:58:23,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.appendTabId 2019-12-19 10:58:23,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.enforcePrimaryDomain 2019-12-19 10:58:23,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectionEnabled 2019-12-19 10:58:23,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionValue 2019-12-19 10:58:23,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailDisabled 2019-12-19 10:58:23,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheStatistics 2019-12-19 10:58:23,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDomain 2019-12-19 10:58:23,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.wwwDir 2019-12-19 10:58:23,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.DatasourceConfigurer 2019-12-19 10:58:23,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.host 2019-12-19 10:58:23,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexDir 2019-12-19 10:58:23,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPageSize 2019-12-19 10:58:23,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutPage 2019-12-19 10:58:23,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileTypes 2019-12-19 10:58:23,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPages 2019-12-19 10:58:23,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.encoding 2019-12-19 10:58:23,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionName 2019-12-19 10:58:23,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexQueueSize 2019-12-19 10:58:23,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.tagPrefix 2019-12-19 10:58:23,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUser 2019-12-19 10:58:23,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheExceptions 2019-12-19 10:58:23,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputType 2019-12-19 10:58:23,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileSystemQueueSize 2019-12-19 10:58:23,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheEnabled 2019-12-19 10:58:23,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchChunkSize 2019-12-19 10:58:23,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.template 2019-12-19 10:58:23,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportedLanguages 2019-12-19 10:58:23,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPage 2019-12-19 10:58:23,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.rewriteConfig 2019-12-19 10:58:23,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexConfig 2019-12-19 10:58:23,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.allowSkipRender 2019-12-19 10:58:23,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapStartTls 2019-12-19 10:58:23,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexTimeout 2019-12-19 10:58:23,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedPaths 2019-12-19 10:58:23,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailPort 2019-12-19 10:58:23,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputFormat 2019-12-19 10:58:23,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUserBaseDn 2019-12-19 10:58:23,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailHost 2019-12-19 10:58:23,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPassword 2019-12-19 10:58:23,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.timeZone 2019-12-19 10:58:23,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapGroupBaseDn 2019-12-19 10:58:23,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authApplication 2019-12-19 10:58:23,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site example 2019-12-19 10:58:23,328 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@372153eb, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,330 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4ee8ea84, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,346 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1485516154 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,354 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1511134896 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,362 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2136711615 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,369 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1015200957 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject john 2019-12-19 10:58:23,373 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4ee8ea84, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,376 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6311898c, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,390 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#217491179 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,398 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1104366097 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,406 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1700306294 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,413 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#365668060 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository name 2019-12-19 10:58:23,426 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6311898c, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,429 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6364d449, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,443 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2119127138 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,451 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1535183700 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,459 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#163084952 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,466 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2030408467 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2019-12-19 10:58:23,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role admin 2019-12-19 10:58:23,474 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6364d449, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,477 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@34b63def, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,512 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1147650086 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,525 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#319324208 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,533 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#63071566 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,540 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1558852838 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,543 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@34b63def, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,544 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@759c8393, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [true] 2019-12-19 10:58:23,558 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#69142001 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,566 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1540430550 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,573 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#341265631 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,581 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2039137613 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,589 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2019-12-19 10:58:23,592 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@759c8393, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,594 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7ec9d826, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,606 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1780948011 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,613 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#692720908 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,620 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1892106686 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,627 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2109153801 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,630 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2019-12-19 10:58:23,638 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2019-12-19 10:58:23,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application foobar from site site-3 2019-12-19 10:58:23,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.DatasourceConfigurer 2019-12-19 10:58:23,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.allowSkipRender 2019-12-19 10:58:23,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.appendTabId 2019-12-19 10:58:23,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.assetsDir 2019-12-19 10:58:23,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authApplication 2019-12-19 10:58:23,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginPage 2019-12-19 10:58:23,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginRef 2019-12-19 10:58:23,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionName 2019-12-19 10:58:23,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionValue 2019-12-19 10:58:23,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutPage 2019-12-19 10:58:23,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutRef 2019-12-19 10:58:23,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheClearOnShutdown 2019-12-19 10:58:23,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheEnabled 2019-12-19 10:58:23,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheExceptions 2019-12-19 10:58:23,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheStatistics 2019-12-19 10:58:23,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheTimeToLive 2019-12-19 10:58:23,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedMethods 2019-12-19 10:58:23,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedPaths 2019-12-19 10:58:23,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2019-12-19 10:58:23,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultApplication 2019-12-19 10:58:23,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPage 2019-12-19 10:58:23,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPageSize 2019-12-19 10:58:23,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.documentDir 2019-12-19 10:58:23,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.encoding 2019-12-19 10:58:23,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2019-12-19 10:58:23,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPage 2019-12-19 10:58:23,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPages 2019-12-19 10:58:23,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.host 2019-12-19 10:58:23,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexConfig 2019-12-19 10:58:23,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexDir 2019-12-19 10:58:23,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2019-12-19 10:58:23,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileTypes 2019-12-19 10:58:23,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexQueueSize 2019-12-19 10:58:23,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexTimeout 2019-12-19 10:58:23,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapDomain 2019-12-19 10:58:23,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2019-12-19 10:58:23,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapHost 2019-12-19 10:58:23,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapIdAttribute 2019-12-19 10:58:23,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPassword 2019-12-19 10:58:23,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2019-12-19 10:58:23,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapStartTls 2019-12-19 10:58:23,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUser 2019-12-19 10:58:23,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUserBaseDn 2019-12-19 10:58:23,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.locale 2019-12-19 10:58:23,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailDisabled 2019-12-19 10:58:23,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailHost 2019-12-19 10:58:23,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailPort 2019-12-19 10:58:23,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.manager-path 2019-12-19 10:58:23,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.name 2019-12-19 10:58:23,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.rewriteConfig 2019-12-19 10:58:23,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchChunkSize 2019-12-19 10:58:23,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchMaxHits 2019-12-19 10:58:23,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.service-path 2019-12-19 10:58:23,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputFormat 2019-12-19 10:58:23,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputType 2019-12-19 10:58:23,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.siteRootDir 2019-12-19 10:58:23,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportReloadFile 2019-12-19 10:58:23,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportedLanguages 2019-12-19 10:58:23,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.tagPrefix 2019-12-19 10:58:23,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.template 2019-12-19 10:58:23,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.timeZone 2019-12-19 10:58:23,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.wwwDir 2019-12-19 10:58:23,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.xssExceptions 2019-12-19 10:58:23,674 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2019-12-19 10:58:23,678 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2019-12-19 10:58:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-3 2019-12-19 10:58:23,680 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7ec9d826, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:23,686 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@17cf7875 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@190884fc, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:23,710 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#1074193804 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,721 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#177510533 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,735 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#1248727411 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:23,750 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTING 2019-12-19 10:58:23,771 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTED 2019-12-19 10:58:23,774 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-12-19 10:58:23,774 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 Dec 19, 2019 10:58:23 AM com.hazelcast.config.AbstractConfigLocator INFO: Loading 'hazelcast.xml' from the classpath. 2019-12-19 10:58:24,323 INFO [Time-limited test] com.hazelcast.instance.AddressPicker: [LOCAL] [dev] [3.12.5] Prefer IPv4 stack is true, prefer IPv6 addresses is false 2019-12-19 10:58:24,415 INFO [Time-limited test] com.hazelcast.instance.AddressPicker: [LOCAL] [dev] [3.12.5] Picked [10.102.4.100]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true 2019-12-19 10:58:24,449 INFO [Time-limited test] com.hazelcast.system : [10.102.4.100]:5701 [dev] [3.12.5] Hazelcast 3.12.5 (20191210 - 294ff46) starting at [10.102.4.100]:5701 2019-12-19 10:58:24,449 INFO [Time-limited test] com.hazelcast.system : [10.102.4.100]:5701 [dev] [3.12.5] Copyright (c) 2008-2019, Hazelcast, Inc. All Rights Reserved. 2019-12-19 10:58:25,095 INFO [Time-limited test] com.hazelcast.spi.impl.operationservice.impl.BackpressureRegulator: [10.102.4.100]:5701 [dev] [3.12.5] Backpressure is disabled 2019-12-19 10:58:26,316 INFO [Time-limited test] com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl: [10.102.4.100]:5701 [dev] [3.12.5] Starting 4 partition threads and 3 generic threads (1 dedicated for priority tasks) 2019-12-19 10:58:26,323 INFO [Time-limited test] com.hazelcast.internal.diagnostics.Diagnostics: [10.102.4.100]:5701 [dev] [3.12.5] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 2019-12-19 10:58:26,332 INFO [Time-limited test] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is STARTING 2019-12-19 10:58:26,413 WARN [Time-limited test] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] No join method is enabled! Starting standalone. 2019-12-19 10:58:26,453 INFO [Time-limited test] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is STARTED 2019-12-19 10:58:26,453 INFO [Time-limited test] org.appng.core.service.HazelcastConfigurer: Created default instance appNG 2019-12-19 10:58:26,470 INFO [Time-limited test] org.appng.core.service.CoreService: starting deletion of site site-2 2019-12-19 10:58:26,474 INFO [Time-limited test] org.appng.core.service.CoreService: unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED 2019-12-19 10:58:26,475 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application bugtracker from site site-2 2019-12-19 10:58:26,482 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPING 2019-12-19 10:58:26,483 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-12-19 10:58:26,483 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#226168691) 2019-12-19 10:58:26,484 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPED 2019-12-19 10:58:26,485 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-12-19 10:58:26,485 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Shut down site site-2 2019-12-19 10:58:26,486 INFO [Time-limited test] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2019-12-19 10:58:26,492 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/ROOT/WEB-INF/cache/platform/site-2 2019-12-19 10:58:26,494 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/ROOT/WEB-INF/cache/application/site-2 2019-12-19 10:58:26,495 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: DELETED 2019-12-19 10:58:26,497 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-12-19 10:58:26,498 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2 2019-12-19 10:58:26,498 INFO [pool-1-thread-1] org.appng.core.controller.messaging.SiteDeletedEvent: site site-2 has been deleted, so it will be shut down. 2019-12-19 10:58:26,500 INFO [Time-limited test] org.appng.core.service.CoreService: done deleting site site-2 2019-12-19 10:58:26,503 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.DatasourceConfigurer 2019-12-19 10:58:26,503 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.allowSkipRender 2019-12-19 10:58:26,504 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.appendTabId 2019-12-19 10:58:26,504 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.assetsDir 2019-12-19 10:58:26,504 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authApplication 2019-12-19 10:58:26,504 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginPage 2019-12-19 10:58:26,505 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginRef 2019-12-19 10:58:26,505 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionName 2019-12-19 10:58:26,505 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionValue 2019-12-19 10:58:26,506 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutPage 2019-12-19 10:58:26,506 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutRef 2019-12-19 10:58:26,506 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheClearOnShutdown 2019-12-19 10:58:26,506 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheEnabled 2019-12-19 10:58:26,507 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheExceptions 2019-12-19 10:58:26,507 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheStatistics 2019-12-19 10:58:26,507 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheTimeToLive 2019-12-19 10:58:26,507 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedMethods 2019-12-19 10:58:26,508 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedPaths 2019-12-19 10:58:26,508 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2019-12-19 10:58:26,508 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultApplication 2019-12-19 10:58:26,509 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPage 2019-12-19 10:58:26,509 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPageSize 2019-12-19 10:58:26,509 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.documentDir 2019-12-19 10:58:26,509 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.encoding 2019-12-19 10:58:26,510 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2019-12-19 10:58:26,510 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPage 2019-12-19 10:58:26,510 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPages 2019-12-19 10:58:26,510 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.host 2019-12-19 10:58:26,511 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexConfig 2019-12-19 10:58:26,511 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexDir 2019-12-19 10:58:26,511 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2019-12-19 10:58:26,512 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileTypes 2019-12-19 10:58:26,512 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexQueueSize 2019-12-19 10:58:26,512 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexTimeout 2019-12-19 10:58:26,512 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapDomain 2019-12-19 10:58:26,513 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2019-12-19 10:58:26,513 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapHost 2019-12-19 10:58:26,513 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapIdAttribute 2019-12-19 10:58:26,513 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPassword 2019-12-19 10:58:26,514 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2019-12-19 10:58:26,514 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapStartTls 2019-12-19 10:58:26,514 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUser 2019-12-19 10:58:26,514 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUserBaseDn 2019-12-19 10:58:26,515 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.locale 2019-12-19 10:58:26,515 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailDisabled 2019-12-19 10:58:26,515 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailHost 2019-12-19 10:58:26,516 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailPort 2019-12-19 10:58:26,516 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.manager-path 2019-12-19 10:58:26,516 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.name 2019-12-19 10:58:26,516 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.rewriteConfig 2019-12-19 10:58:26,517 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchChunkSize 2019-12-19 10:58:26,517 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchMaxHits 2019-12-19 10:58:26,517 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.service-path 2019-12-19 10:58:26,517 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputFormat 2019-12-19 10:58:26,518 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputType 2019-12-19 10:58:26,518 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.siteRootDir 2019-12-19 10:58:26,518 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportReloadFile 2019-12-19 10:58:26,518 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportedLanguages 2019-12-19 10:58:26,519 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.tagPrefix 2019-12-19 10:58:26,519 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.template 2019-12-19 10:58:26,519 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.timeZone 2019-12-19 10:58:26,519 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.wwwDir 2019-12-19 10:58:26,520 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.xssExceptions 2019-12-19 10:58:26,520 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-2 2019-12-19 10:58:26,521 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@17cf7875 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@190884fc, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = java.lang.AssertionError: expected null, but was:, mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,539 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a12cb2c, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,554 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#134653575 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,560 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#621381861 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,564 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject john 2019-12-19 10:58:26,564 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a12cb2c, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,566 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5d55eb7a, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,577 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2034906128 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,582 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1341252107 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,584 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5d55eb7a, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,586 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@133acad0, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,596 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#323189989 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,601 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2074616303 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,602 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@133acad0, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,604 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2779acb2, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,614 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1840014570 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,621 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#887895028 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,621 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foo 2019-12-19 10:58:26,627 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2779acb2, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,629 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@21e441d1, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,644 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1461637090 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,650 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2089561347 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,654 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@21e441d1, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,656 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2533cbcc, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,673 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1571143070 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,682 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#471766812 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,687 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2533cbcc, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,688 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3396d2a6, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,702 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#685669934 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,708 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1644931955 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,710 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3396d2a6, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,712 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4d3a7025, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,725 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2016729324 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,734 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1547386628 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,737 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4d3a7025, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,739 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1972346b, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,751 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1774652258 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,757 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#870837477 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,762 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1972346b, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,764 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@66049424, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,782 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1509220174 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,788 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#262828207 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,791 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@66049424, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,793 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@59bb8f80, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,806 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#643180312 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,812 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#790511132 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,817 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@59bb8f80, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,819 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@220f2d1b, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,832 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#604147537 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,839 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#663126311 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,846 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@220f2d1b, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,848 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@dc1cfde, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,860 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#89905617 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,866 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1456310531 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,874 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@dc1cfde, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,876 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3df9b24b, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,889 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1808981341 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,895 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1182100059 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,897 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3df9b24b, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,899 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69f90fc4, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,913 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1936734576 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,919 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#645763670 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,923 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69f90fc4, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,924 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f13ab39, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,936 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#688387469 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,943 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1922189068 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,946 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f13ab39, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,948 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4140f94c, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,961 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#70704621 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,968 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#509661459 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,970 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4140f94c, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,971 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7ec00f98, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:26,983 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#481444248 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,988 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#194222449 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:26,990 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7ec00f98, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:26,992 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@584bfadb, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:27,003 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1506782127 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,008 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1583245323 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,014 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@584bfadb, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:27,016 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@45dac901, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:27,026 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#805800150 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,031 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#959731535 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,040 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@45dac901, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:27,041 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@597cb2f5, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:27,052 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#934537395 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,057 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1733158206 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,065 INFO [main] org.appng.core.service.LdapService: LDAP Configuration of site 'site-1' neither uses LDAP over SSL ('ldaps://') nor STARTTLS. Credentials will be transmitted as cleartext. 2019-12-19 10:58:27,136 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldap(s)::' with principal 'EXAMPLE\subject-2' (javax.naming.NamingException: Cannot parse url: ldap(s)::) 2019-12-19 10:58:27,138 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@597cb2f5, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:27,140 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19e7aa5b, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:27,153 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1044761217 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,159 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#111021846 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,166 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19e7aa5b, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:27,167 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@308f13dc, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:27,177 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2101555022 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,182 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1354426181 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,901 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2019-12-19 10:58:27,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-12-19 10:58:27,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-12-19 10:58:27,902 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-12-19 10:58:27,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-12-19 10:58:27,905 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@308f13dc, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:27,906 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ce1d507, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:27,916 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1832808974 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,921 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1624634192 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,924 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2019-12-19 10:58:27,924 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2019-12-19 10:58:27,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-12-19 10:58:27,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-12-19 10:58:27,924 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-12-19 10:58:27,925 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ce1d507, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:27,927 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5c2d3a5d, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:27,935 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1057807707 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:27,939 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#983402698 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:28,653 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2019-12-19 10:58:28,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-12-19 10:58:28,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-12-19 10:58:28,656 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-12-19 10:58:28,659 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5c2d3a5d, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:28,661 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bfef676, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:28,684 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#215387016 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:28,692 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2023317252 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:28,701 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2019-12-19 10:58:28,701 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2019-12-19 10:58:28,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-12-19 10:58:28,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-12-19 10:58:28,702 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-12-19 10:58:28,703 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bfef676, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:28,705 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e1b750e, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:28,719 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#599550369 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:28,727 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1769512940 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:28,735 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2019-12-19 10:58:28,738 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2019-12-19 10:58:28,740 INFO [main] org.appng.core.service.CoreService: User 'null' successfully authenticated. 2019-12-19 10:58:28,740 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2019-12-19 10:58:28,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-12-19 10:58:28,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-12-19 10:58:28,740 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-12-19 10:58:28,741 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e1b750e, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:28,743 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44535df8, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:28,752 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1707794778 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:28,756 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#31711259 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:28,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject deve 2019-12-19 10:58:29,523 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject deve 2019-12-19 10:58:29,524 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@44535df8, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:29,531 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a9c91e7, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:29,551 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2090591370 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,556 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1460891743 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2019-12-19 10:58:29,559 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.2' from repository file:/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/zip 2019-12-19 10:58:29,607 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2019-12-19 10:58:29,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2019-12-19 10:58:29,610 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-12-19 10:58:29,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2019-12-19 10:58:29,611 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-12-19 10:58:29,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2019-12-19 10:58:29,611 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-12-19 10:58:29,611 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2019-12-19 10:58:29,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2019-12-19 10:58:29,616 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-12-19 10:58:29,617 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-12-19 10:58:29,618 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-12-19 10:58:29,618 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-12-19 10:58:29,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2019-12-19 10:58:29,619 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-12-19 10:58:29,619 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-12-19 10:58:29,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2019-12-19 10:58:29,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2019-12-19 10:58:29,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2019-12-19 10:58:29,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2019-12-19 10:58:29,629 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,629 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,630 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,631 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,631 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,631 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,631 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,631 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,632 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,632 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2019-12-19 10:58:29,632 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2019-12-19 10:58:29,637 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-12-19 10:58:29,637 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-12-19 10:58:29,638 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-12-19 10:58:29,640 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-12-19 10:58:29,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2019-12-19 10:58:29,645 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a9c91e7, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:29,647 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@401516ad, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:29,656 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#402151075 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,660 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1369767663 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,681 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/demo-application 2019-12-19 10:58:29,682 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/ROOT/WEB-INF/cache/application/site-1/demo-application 2019-12-19 10:58:29,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application demo-application to site site-1 2019-12-19 10:58:29,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.foo 2019-12-19 10:58:29,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2019-12-19 10:58:29,685 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/zip 2019-12-19 10:58:29,694 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2019-12-19 10:58:29,696 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,696 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,696 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,696 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,697 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,697 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,697 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,697 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,697 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,697 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-12-19 10:58:29,697 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2019-12-19 10:58:29,700 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2019-12-19 10:58:29,703 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-12-19 10:58:29,703 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2019-12-19 10:58:29,706 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-12-19 10:58:29,707 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-12-19 10:58:29,707 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-12-19 10:58:29,709 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-12-19 10:58:29,710 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-12-19 10:58:29,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2019-12-19 10:58:29,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2019-12-19 10:58:29,713 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-12-19 10:58:29,713 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-12-19 10:58:29,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2019-12-19 10:58:29,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.bar 2019-12-19 10:58:29,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.clobValue 2019-12-19 10:58:29,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.foo 2019-12-19 10:58:29,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.foo 2019-12-19 10:58:29,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2019-12-19 10:58:29,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.bar 2019-12-19 10:58:29,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.bar 2019-12-19 10:58:29,721 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2019-12-19 10:58:29,723 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2019-12-19 10:58:29,725 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository testrepo 2019-12-19 10:58:29,726 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@401516ad, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:29,727 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4baa82c, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:29,737 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1915089150 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,742 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#599270579 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,747 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2019-12-19 10:58:29,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application demo-application from site site-1 2019-12-19 10:58:29,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.bar 2019-12-19 10:58:29,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2019-12-19 10:58:29,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.foo 2019-12-19 10:58:29,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Administrator 2019-12-19 10:58:29,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Tester 2019-12-19 10:58:29,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Debugger 2019-12-19 10:58:29,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission debug 2019-12-19 10:58:29,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-type.webgui 2019-12-19 10:58:29,760 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-format.html 2019-12-19 10:58:29,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission testPermission 2019-12-19 10:58:29,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.bar 2019-12-19 10:58:29,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.clobValue 2019-12-19 10:58:29,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.foo 2019-12-19 10:58:29,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Application demo-application 2019-12-19 10:58:29,763 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4baa82c, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:29,767 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70143ee4, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:29,777 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#747907482 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,782 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1892890357 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2019-12-19 10:58:29,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group Administrators 2019-12-19 10:58:29,784 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/zip 2019-12-19 10:58:29,798 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2019-12-19 10:58:29,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2019-12-19 10:58:29,799 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-12-19 10:58:29,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2019-12-19 10:58:29,800 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-12-19 10:58:29,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2019-12-19 10:58:29,800 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-12-19 10:58:29,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2019-12-19 10:58:29,800 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-12-19 10:58:29,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2019-12-19 10:58:29,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2019-12-19 10:58:29,802 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-12-19 10:58:29,803 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-12-19 10:58:29,804 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-12-19 10:58:29,804 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-12-19 10:58:29,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2019-12-19 10:58:29,805 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-12-19 10:58:29,805 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-12-19 10:58:29,805 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-12-19 10:58:29,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2019-12-19 10:58:29,807 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-12-19 10:58:29,807 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-12-19 10:58:29,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2019-12-19 10:58:29,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2019-12-19 10:58:29,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2019-12-19 10:58:29,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group Administrators 2019-12-19 10:58:29,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2019-12-19 10:58:29,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2019-12-19 10:58:29,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2019-12-19 10:58:29,814 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,814 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,814 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,814 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,815 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,815 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,815 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,815 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,815 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,815 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-12-19 10:58:29,815 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2019-12-19 10:58:29,820 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-12-19 10:58:29,821 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-12-19 10:58:29,821 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-12-19 10:58:29,823 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-12-19 10:58:29,823 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-12-19 10:58:29,825 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-12-19 10:58:29,828 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70143ee4, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:29,829 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@78a3023f, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:29,838 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1882185531 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,842 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1573882679 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,844 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@78a3023f, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:29,846 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@35b1e5e5, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:29,853 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1233926876 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:29,858 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#392901241 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,670 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@35b1e5e5, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:30,674 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@50e7ee70, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:30,691 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1089970921 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,699 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1423794528 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,702 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@50e7ee70, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:30,704 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@51c4bfea, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:30,712 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1025277563 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,717 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1221109837 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.a 2019-12-19 10:58:30,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.b 2019-12-19 10:58:30,719 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@51c4bfea, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:30,721 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@a54ab55, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:30,729 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1863329600 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,733 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1122049536 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property prop1 2019-12-19 10:58:30,735 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@a54ab55, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:30,737 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@65e2cca9, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:30,745 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1198381707 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,749 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1211335146 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,751 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2019-12-19 10:58:30,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application manager from site site-1 2019-12-19 10:58:30,752 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foo 2019-12-19 10:58:30,752 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foobar 2019-12-19 10:58:30,753 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@65e2cca9, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:30,755 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6114adbe, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@682d8dad]; rollback [false] 2019-12-19 10:58:30,762 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1572645607 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:30,767 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#892096889 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:31,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-12-19 10:58:31,456 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@36ec4071 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6114adbe, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20d92f1e testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:31,458 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:31,458 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [ERROR] Tests run: 80, Failures: 1, Errors: 0, Skipped: 20, Time elapsed: 10.571 s <<< FAILURE! - in org.appng.core.service.CoreServiceTest [ERROR] testDeleteSiteWithEnvironment(org.appng.core.service.CoreServiceTest) Time elapsed: 2.854 s <<< FAILURE! java.lang.AssertionError: expected null, but was: at org.appng.core.service.CoreServiceTest.testDeleteSiteWithEnvironment(CoreServiceTest.java:427) [INFO] Running org.appng.core.service.DatabaseServiceTest 2019-12-19 10:58:31,464 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:31,464 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@44d8e130, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3d9188de, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@349ff599, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6ba4d5ff, org.springframework.test.context.transaction.TransactionalTestExecutionListener@687668da, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5910ca72, org.springframework.test.context.event.EventPublishingTestExecutionListener@1268dff4] 2019-12-19 10:58:31,591 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:31,625 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 33ms. Found 15 repository interfaces. 2019-12-19 10:58:31,627 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:31,659 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 31ms. Found 15 repository interfaces. 2019-12-19 10:58:31,692 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:31,719 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:31,719 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:31,719 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:31,719 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:31,719 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:31,720 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:31,724 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:31,959 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1040bcfb] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:31,965 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@48d2a802] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:31,983 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:31,983 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:32,019 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5f2eeb6b, started on Thu Dec 19 10:58:31 CET 2019 2019-12-19 10:58:32,494 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-12-19 10:58:32,585 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) 2019-12-19 10:58:32,666 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 5.2.4 by Boxfuse 2019-12-19 10:58:32,685 INFO [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5) 2019-12-19 10:58:32,688 WARN [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested. 2019-12-19 10:58:32,912 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) 2019-12-19 10:58:32,913 INFO [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5) 2019-12-19 10:58:32,913 WARN [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested. 2019-12-19 10:58:32,933 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 14 migrations (execution time 00:00.015s) 2019-12-19 10:58:32,938 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table: "PUBLIC"."schema_version" 2019-12-19 10:58:32,948 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-12-19 10:58:32,950 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-12-19 10:58:32,964 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-12-19 10:58:32,971 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-12-19 10:58:32,975 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-12-19 10:58:32,978 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-12-19 10:58:32,981 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-12-19 10:58:32,984 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-12-19 10:58:32,987 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-12-19 10:58:32,990 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-12-19 10:58:32,993 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-12-19 10:58:33,000 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-12-19 10:58:33,004 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.1.0 - change caching properties 2019-12-19 10:58:33,006 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2019-12-19 10:58:33,011 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2019-12-19 10:58:33,013 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.1.1 - add site reload count 2019-12-19 10:58:33,035 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.1.2 - add property type 2019-12-19 10:58:33,039 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 14 migrations to schema "PUBLIC" (execution time 00:00.100s) 2019-12-19 10:58:33,044 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) 2019-12-19 10:58:33,045 INFO [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5) 2019-12-19 10:58:33,045 WARN [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested. 2019-12-19 10:58:33,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG Root Database 2019-12-19 10:58:33,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG HSQL 2019-12-19 10:58:33,074 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) is active. 2019-12-19 10:58:33,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform DatabaseConnection appNG HSQL 2019-12-19 10:58:33,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG MYSQL 2019-12-19 10:58:33,077 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.mysql.jdbc.Driver 2019-12-19 10:58:33,393 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'user'@'localhost' (using password: NO)) 2019-12-19 10:58:33,393 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2019-12-19 10:58:33,396 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.microsoft.sqlserver.jdbc.SQLServerDriver 2019-12-19 10:58:33,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG POSTGRESQL 2019-12-19 10:58:33,398 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.postgresql.Driver 2019-12-19 10:58:33,455 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:postgresql://localhost:5432/appNG POSTGRESQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) 2019-12-19 10:58:33,455 INFO [main] org.appng.core.service.DatabaseService: POSTGRESQL jdbc:postgresql://localhost:5432/appNG POSTGRESQL is not working and will be deactivated. 2019-12-19 10:58:33,464 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:33,465 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 1.995 s - in org.appng.core.service.DatabaseServiceTest [INFO] Running org.appng.core.service.SiteClassLoaderBuilderTest 2019-12-19 10:58:33,473 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#350874318 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.service.SiteClassLoaderBuilderTest [INFO] Running org.appng.core.service.PropertySupportTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.service.PropertySupportTest [INFO] Running org.appng.core.service.InitializerServiceTest 2019-12-19 10:58:33,488 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:33,488 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4025832d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2777b616, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2b9f2f24, org.springframework.test.context.support.DirtiesContextTestExecutionListener@131b7eb9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7f4bbb1c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@651665e5, org.springframework.test.context.event.EventPublishingTestExecutionListener@37a2806c] 2019-12-19 10:58:33,599 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:33,634 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 34ms. Found 15 repository interfaces. 2019-12-19 10:58:33,639 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:33,672 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 32ms. Found 15 repository interfaces. 2019-12-19 10:58:33,705 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:33,732 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:33,732 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:33,733 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:33,733 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:33,733 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:33,734 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:33,739 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:34,000 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@53851bb9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:34,004 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@21a1b47c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:34,032 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:34,033 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:34,068 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7f04de97, started on Thu Dec 19 10:58:33 CET 2019 2019-12-19 10:58:34,431 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@28b0eae9 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@58a7aeca, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4a192cc6 testClass = InitializerServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.InitializerServiceTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@38b46854]; rollback [false] 2019-12-19 10:58:34,433 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#753824837 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:34,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2019-12-19 10:58:34,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2019-12-19 10:58:34,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application application1 2019-12-19 10:58:34,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application application1 2019-12-19 10:58:34,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role dummy 2019-12-19 10:58:34,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2019-12-19 10:58:34,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2019-12-19 10:58:34,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2019-12-19 10:58:34,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2019-12-19 10:58:34,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2019-12-19 10:58:34,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2019-12-19 10:58:34,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2019-12-19 10:58:34,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2019-12-19 10:58:34,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData 2019-12-19 10:58:34,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2019-12-19 10:58:34,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitoringPath 2019-12-19 10:58:34,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2019-12-19 10:58:34,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2019-12-19 10:58:34,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2019-12-19 10:58:34,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2019-12-19 10:58:34,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2019-12-19 10:58:34,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2019-12-19 10:58:34,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2019-12-19 10:58:34,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2019-12-19 10:58:34,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheConfig 2019-12-19 10:58:34,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2019-12-19 10:58:34,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2019-12-19 10:58:34,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2019-12-19 10:58:34,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2019-12-19 10:58:34,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2019-12-19 10:58:34,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2019-12-19 10:58:34,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2019-12-19 10:58:34,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2019-12-19 10:58:34,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2019-12-19 10:58:34,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2019-12-19 10:58:34,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2019-12-19 10:58:34,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2019-12-19 10:58:34,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2019-12-19 10:58:34,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2019-12-19 10:58:34,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2019-12-19 10:58:34,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2019-12-19 10:58:34,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2019-12-19 10:58:34,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2019-12-19 10:58:34,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2019-12-19 10:58:34,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2019-12-19 10:58:34,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2019-12-19 10:58:34,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2019-12-19 10:58:34,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2019-12-19 10:58:34,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2019-12-19 10:58:34,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2019-12-19 10:58:34,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2019-12-19 10:58:34,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2019-12-19 10:58:34,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2019-12-19 10:58:34,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2019-12-19 10:58:34,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2019-12-19 10:58:34,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2019-12-19 10:58:34,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2019-12-19 10:58:34,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2019-12-19 10:58:34,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2019-12-19 10:58:34,463 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngdev0 as fallback 2019-12-19 10:58:34,463 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-12-19 10:58:34,464 INFO [main] org.appng.core.service.InitializerService: applications are located at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/applications or in the database 2019-12-19 10:58:34,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-12-19 10:58:34,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application application1 2019-12-19 10:58:34,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role dummy 2019-12-19 10:58:34,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2019-12-19 10:58:34,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2019-12-19 10:58:34,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2019-12-19 10:58:34,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2019-12-19 10:58:34,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2019-12-19 10:58:34,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2019-12-19 10:58:34,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2019-12-19 10:58:34,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2019-12-19 10:58:34,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2019-12-19 10:58:34,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2019-12-19 10:58:34,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2019-12-19 10:58:34,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2019-12-19 10:58:34,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2019-12-19 10:58:34,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2019-12-19 10:58:34,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2019-12-19 10:58:34,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2019-12-19 10:58:34,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2019-12-19 10:58:34,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheEnabled 2019-12-19 10:58:34,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2019-12-19 10:58:34,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2019-12-19 10:58:34,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2019-12-19 10:58:34,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2019-12-19 10:58:34,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2019-12-19 10:58:34,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2019-12-19 10:58:34,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2019-12-19 10:58:34,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2019-12-19 10:58:34,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2019-12-19 10:58:34,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2019-12-19 10:58:34,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2019-12-19 10:58:34,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheTimeToLive 2019-12-19 10:58:34,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2019-12-19 10:58:34,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2019-12-19 10:58:34,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2019-12-19 10:58:34,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2019-12-19 10:58:34,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheClearOnShutdown 2019-12-19 10:58:34,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2019-12-19 10:58:34,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2019-12-19 10:58:34,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheExceptions 2019-12-19 10:58:34,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2019-12-19 10:58:34,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2019-12-19 10:58:34,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2019-12-19 10:58:34,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2019-12-19 10:58:34,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender 2019-12-19 10:58:34,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2019-12-19 10:58:34,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheStatistics 2019-12-19 10:58:34,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2019-12-19 10:58:34,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2019-12-19 10:58:34,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2019-12-19 10:58:34,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2019-12-19 10:58:34,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2019-12-19 10:58:34,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2019-12-19 10:58:34,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2019-12-19 10:58:34,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2019-12-19 10:58:34,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2019-12-19 10:58:34,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2019-12-19 10:58:34,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2019-12-19 10:58:34,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2019-12-19 10:58:34,505 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2019-12-19 10:58:34,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2019-12-19 10:58:34,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2019-12-19 10:58:34,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2019-12-19 10:58:34,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2019-12-19 10:58:34,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2019-12-19 10:58:34,508 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2019-12-19 10:58:34,512 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2019-12-19 10:58:34,512 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2019-12-19 10:58:34,516 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/root/WEB-INF/cache/platform/site-1 2019-12-19 10:58:34,516 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/root/WEB-INF/cache/application/site-1 2019-12-19 10:58:34,534 INFO [main] org.appng.core.service.TemplateService: copying template from /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/src/test/resources/template/appng to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/repository/site-1/www/template 2019-12-19 10:58:34,534 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1993598722 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:58:34,534 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#1993598722 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2019-12-19 10:58:34,538 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer 2019-12-19 10:58:34,559 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-sitereload-site-1] with runnable of type org.appng.core.service.InitializerService$SiteReloadWatcher 2019-12-19 10:58:34,559 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2019-12-19 10:58:34,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Loaded site site-1 2019-12-19 10:58:34,559 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2019-12-19 10:58:34,559 INFO [main] org.appng.core.service.InitializerService: Current cache configuration: {} 2019-12-19 10:58:34,591 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@28b0eae9 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@58a7aeca, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4a192cc6 testClass = InitializerServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.InitializerServiceTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:34,592 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:34,592 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.11 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2019-12-19 10:58:34,602 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2019-12-19 10:58:34,602 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2019-12-19 10:58:34,602 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2019-12-19 10:58:34,602 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2019-12-19 10:58:34,602 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2019-12-19 10:58:34,603 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2019-12-19 10:58:34,603 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2019-12-19 10:58:34,603 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2019-12-19 10:58:34,603 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2019-12-19 10:58:34,603 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-null' application.xml beans.xml datasources.xml events.xml master.xml page.xml plugin.xml messages-demo.properties mssql/V1.0_script.sql mysql/V1.0_script.sql [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.LdapServiceTest 2019-12-19 10:58:34,627 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal. 2019-12-19 10:58:34,632 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldaps://testLoginUserFailure:129' with principal 'egypt\aziz' (javax.naming.NamingException: Sorry kiddo. You got the gift, but it looks like you're waiting for something.) 2019-12-19 10:58:34,633 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldaps://testLoginUserFailure:139' with principal 'egypt\aziz' (javax.naming.NamingException: Ah ah ah, you didn't say the magic word!) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.appng.core.service.LdapServiceTest [INFO] Running org.appng.core.service.HsqlStarterTest 2019-12-19 10:58:34,651 INFO [Time-limited test] org.appng.core.service.HsqlStarter: starting HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2019-12-19 10:58:34,711 INFO [HSQLDB Server @4efc843a] hsqldb.db.HSQLDB6F1D983FB5.ENGINE: Checkpoint start 2019-12-19 10:58:34,711 INFO [HSQLDB Server @4efc843a] hsqldb.db.HSQLDB6F1D983FB5.ENGINE: checkpointClose start 2019-12-19 10:58:34,716 INFO [HSQLDB Server @4efc843a] hsqldb.db.HSQLDB6F1D983FB5.ENGINE: checkpointClose synched 2019-12-19 10:58:34,726 INFO [HSQLDB Server @4efc843a] hsqldb.db.HSQLDB6F1D983FB5.ENGINE: checkpointClose script done 2019-12-19 10:58:34,745 INFO [HSQLDB Server @4efc843a] hsqldb.db.HSQLDB6F1D983FB5.ENGINE: checkpointClose end 2019-12-19 10:58:34,746 INFO [HSQLDB Server @4efc843a] hsqldb.db.HSQLDB6F1D983FB5.ENGINE: Checkpoint end - txts: 1 2019-12-19 10:58:34,990 INFO [Time-limited test] org.appng.core.service.HsqlStarter: shutting down HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2019-12-19 10:58:35,139 INFO [HSQLDB Connection @1d6aa1ba] hsqldb.db.HSQLDB6F1D983FB5.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.71 s - in org.appng.core.service.HsqlStarterTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2019-12-19 10:58:36,353 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.SiteRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-12-19 10:58:36,355 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.SiteRepositoryTest]: SiteRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-12-19 10:58:36,359 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:36,363 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@232cc375, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2e63b17b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6bd742a9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@70e76d93, org.springframework.test.context.transaction.TransactionalTestExecutionListener@35953f91, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6ceb831, org.springframework.test.context.event.EventPublishingTestExecutionListener@57dd604b] 2019-12-19 10:58:36,482 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:36,520 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 37ms. Found 15 repository interfaces. 2019-12-19 10:58:36,523 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:36,558 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 34ms. Found 15 repository interfaces. 2019-12-19 10:58:36,587 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:36,615 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:36,615 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:36,615 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:36,615 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:36,615 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:36,616 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:36,621 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:36,914 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f95c400] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:36,919 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3e866fec] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:36,940 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:36,940 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:36,973 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@1c1d14d6, started on Thu Dec 19 10:58:36 CET 2019 2019-12-19 10:58:37,289 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@58d8c305 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@77e7be90, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@710225a6 testClass = SiteRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SiteRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@55ddc5a5]; rollback [true] 2019-12-19 10:58:37,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2019-12-19 10:58:37,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-12-19 10:58:37,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Site name 2019-12-19 10:58:37,301 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@58d8c305 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@77e7be90, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@710225a6 testClass = SiteRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SiteRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:37,302 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:37,303 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.947 s - in org.appng.core.repository.SiteRepositoryTest [INFO] Running org.appng.core.repository.config.ApplicationPostProcessorTest 2019-12-19 10:58:37,330 INFO [main] org.appng.core.model.ApplicationCacheManager: Configured cache 'localhost#42_app_mycache' with TTL of 3600s (max idle: 1800s) 2019-12-19 10:58:37,377 INFO [main] com.hazelcast.internal.partition.impl.PartitionStateManager: [10.102.4.100]:5701 [dev] [3.12.5] Initializing cluster partition table arrangement... [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s - in org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2019-12-19 10:58:37,742 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RoleRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-12-19 10:58:37,742 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RoleRepositoryTest]: RoleRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-12-19 10:58:37,746 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:37,747 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1fa60b25, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4626ba1b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7cfd86c8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6ffa30e3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@40aae11a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@33af6d76, org.springframework.test.context.event.EventPublishingTestExecutionListener@23f4660d] 2019-12-19 10:58:37,845 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:37,874 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 29ms. Found 15 repository interfaces. 2019-12-19 10:58:37,875 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:37,902 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 26ms. Found 15 repository interfaces. 2019-12-19 10:58:37,929 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:37,954 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:37,954 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:37,954 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:37,954 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:37,954 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:37,955 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:37,959 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:38,160 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@79c19a59] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:38,163 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@66133fab] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:38,181 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:38,182 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:38,209 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@1d3727b8, started on Thu Dec 19 10:58:37 CET 2019 2019-12-19 10:58:38,472 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@68a1f3dd testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@415c1063, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3a245254 testClass = RoleRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RoleRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@5d078ac3]; rollback [true] 2019-12-19 10:58:38,473 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2019-12-19 10:58:38,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-12-19 10:58:38,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2019-12-19 10:58:38,484 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@68a1f3dd testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@415c1063, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3a245254 testClass = RoleRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RoleRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:38,485 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:38,485 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.74 s - in org.appng.core.repository.RoleRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2019-12-19 10:58:38,491 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PermissionRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-12-19 10:58:38,491 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PermissionRepositoryTest]: PermissionRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-12-19 10:58:38,491 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:38,492 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@215867af, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@17d5e438, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3bddb025, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3b0ebc6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@61378100, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@59fb5d3a, org.springframework.test.context.event.EventPublishingTestExecutionListener@ff192b8] 2019-12-19 10:58:38,580 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:38,614 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 34ms. Found 15 repository interfaces. 2019-12-19 10:58:38,622 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:38,664 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 42ms. Found 15 repository interfaces. 2019-12-19 10:58:38,702 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:38,780 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:38,780 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:38,780 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:38,781 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:38,781 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:38,781 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:38,786 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:38,983 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5a3f4166] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:38,986 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7dd1fd41] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:39,004 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:39,004 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:39,033 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@b1ba65b, started on Thu Dec 19 10:58:38 CET 2019 2019-12-19 10:58:39,393 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4bbd3f6c testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@32f0fd44, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5c8292df testClass = PermissionRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PermissionRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@29ff3af]; rollback [true] 2019-12-19 10:58:39,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-12-19 10:58:39,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission name 2019-12-19 10:58:39,405 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@4bbd3f6c testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@32f0fd44, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5c8292df testClass = PermissionRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PermissionRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:39,406 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:39,406 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 s - in org.appng.core.repository.PermissionRepositoryTest [INFO] Running org.appng.core.repository.RepositoryCacheTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2019-12-19 10:58:39,438 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PropertyRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-12-19 10:58:39,438 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PropertyRepositoryTest]: PropertyRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-12-19 10:58:39,438 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:39,438 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5ed3696c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3b78be1d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@11eb6744, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1600e2c0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@535d6165, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2d2bb545, org.springframework.test.context.event.EventPublishingTestExecutionListener@673036e3] 2019-12-19 10:58:39,531 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:39,559 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 27ms. Found 15 repository interfaces. 2019-12-19 10:58:39,560 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:39,587 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 26ms. Found 15 repository interfaces. 2019-12-19 10:58:39,608 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:39,633 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:39,633 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:39,633 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:39,633 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:39,633 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:39,634 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:39,646 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:39,829 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@63ef0ce] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:39,832 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5620bd60] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:39,850 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:39,850 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:39,880 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@76b7ce27, started on Thu Dec 19 10:58:39 CET 2019 2019-12-19 10:58:40,180 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@679f1314 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@472bc0b7, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290df0bf testClass = PropertyRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PropertyRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4f3cd6f1]; rollback [true] 2019-12-19 10:58:40,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foo.bar 2019-12-19 10:58:40,187 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@679f1314 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@472bc0b7, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@290df0bf testClass = PropertyRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.PropertyRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:40,195 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:40,195 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2019-12-19 10:58:40,203 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.ResourceRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-12-19 10:58:40,203 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.ResourceRepositoryTest]: ResourceRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-12-19 10:58:40,203 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:40,203 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@11c9bf6e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4fd0d9ba, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@380f5cac, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5933305, org.springframework.test.context.transaction.TransactionalTestExecutionListener@59fdce16, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1029d19a, org.springframework.test.context.event.EventPublishingTestExecutionListener@5281150f] 2019-12-19 10:58:40,286 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:40,317 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 30ms. Found 15 repository interfaces. 2019-12-19 10:58:40,318 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:40,340 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 22ms. Found 15 repository interfaces. 2019-12-19 10:58:40,358 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:40,378 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:40,378 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:40,378 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:40,378 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:40,378 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:40,379 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:40,382 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:40,572 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@582957b1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:40,574 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1309cca9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:40,589 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:40,589 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:40,613 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4e161f41, started on Thu Dec 19 10:58:40 CET 2019 2019-12-19 10:58:40,873 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@132f32a9 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@29727534, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2135337a testClass = ResourceRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.ResourceRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6ea2549c]; rollback [true] 2019-12-19 10:58:40,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-12-19 10:58:40,875 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource name of application name 2019-12-19 10:58:40,878 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@132f32a9 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@29727534, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2135337a testClass = ResourceRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.ResourceRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:40,879 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:40,879 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 s - in org.appng.core.repository.ResourceRepositoryTest [INFO] Running org.appng.core.repository.RepositoryTest 2019-12-19 10:58:40,884 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RepositoryTest]: no resource found for suffixes {-context.xml}. 2019-12-19 10:58:40,884 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RepositoryTest]: RepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-12-19 10:58:40,884 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:40,884 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1d15a08b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4e1cf13c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3b577a6a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@544ec29e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@64ef3164, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4d53b9d4, org.springframework.test.context.event.EventPublishingTestExecutionListener@4d571e3e] 2019-12-19 10:58:40,972 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:41,000 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 28ms. Found 15 repository interfaces. 2019-12-19 10:58:41,001 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:41,026 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 25ms. Found 15 repository interfaces. 2019-12-19 10:58:41,047 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:41,070 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:41,070 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:41,070 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:41,070 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:41,070 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:41,071 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:41,076 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:41,267 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@557e98b7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:41,269 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1b7999b7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:41,287 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:41,287 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:41,316 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6faf6f38, started on Thu Dec 19 10:58:40 CET 2019 2019-12-19 10:58:41,617 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5b919201 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@5cc54c2b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4a74038e testClass = RepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4a377a8e]; rollback [true] 2019-12-19 10:58:41,618 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-12-19 10:58:41,622 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@5b919201 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@5cc54c2b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4a74038e testClass = RepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.RepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:41,623 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:41,623 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2019-12-19 10:58:41,625 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.GroupRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-12-19 10:58:41,625 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.GroupRepositoryTest]: GroupRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-12-19 10:58:41,625 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:41,625 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@67301e27, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2755a766, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@a8f1f0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@74e9c76f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@134f3ef3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@192bd56b, org.springframework.test.context.event.EventPublishingTestExecutionListener@5e4b90cf] 2019-12-19 10:58:41,704 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:41,729 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 24ms. Found 15 repository interfaces. 2019-12-19 10:58:41,730 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:41,753 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 22ms. Found 15 repository interfaces. 2019-12-19 10:58:41,771 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:41,791 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:41,791 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:41,792 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:41,792 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:41,792 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:41,792 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:41,796 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:41,938 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@282e7ecd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:41,940 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@40b759ed] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:41,954 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:41,954 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:41,981 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6423e6d6, started on Thu Dec 19 10:58:41 CET 2019 2019-12-19 10:58:42,408 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4fcd440f testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@7fd0e8ca, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@768d49d5 testClass = GroupRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.GroupRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7a8dc096]; rollback [true] 2019-12-19 10:58:42,409 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-12-19 10:58:42,411 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2019-12-19 10:58:42,411 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2019-12-19 10:58:42,417 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@4fcd440f testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@7fd0e8ca, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@768d49d5 testClass = GroupRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.GroupRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:42,418 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:42,418 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.JobExecutionRecordRepositoryTest 2019-12-19 10:58:42,420 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.JobExecutionRecordRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-12-19 10:58:42,420 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.JobExecutionRecordRepositoryTest]: JobExecutionRecordRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-12-19 10:58:42,420 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:42,421 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4a3ad0f8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6d64aa05, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6655decb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5342b1e9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4fe30669, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@71fa912, org.springframework.test.context.event.EventPublishingTestExecutionListener@4f748cbc] 2019-12-19 10:58:42,506 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:42,533 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 26ms. Found 15 repository interfaces. 2019-12-19 10:58:42,534 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:42,559 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 24ms. Found 15 repository interfaces. 2019-12-19 10:58:42,578 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:42,601 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:42,601 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:42,601 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:42,601 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:42,602 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:42,602 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:42,606 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:43,038 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@751ea31d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:43,041 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ebea736] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:43,057 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:43,057 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:43,093 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@97fa142, started on Thu Dec 19 10:58:42 CET 2019 2019-12-19 10:58:43,413 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4b1d4faf testClass = JobExecutionRecordRepositoryTest, testInstance = org.appng.core.repository.JobExecutionRecordRepositoryTest@7cd48c6b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42206830 testClass = JobExecutionRecordRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.JobExecutionRecordRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4ff2de2]; rollback [true] 2019-12-19 10:58:43,420 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@4b1d4faf testClass = JobExecutionRecordRepositoryTest, testInstance = org.appng.core.repository.JobExecutionRecordRepositoryTest@7cd48c6b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42206830 testClass = JobExecutionRecordRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.JobExecutionRecordRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:43,421 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:43,421 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 s - in org.appng.core.repository.JobExecutionRecordRepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2019-12-19 10:58:43,425 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.SubjectRepositoryTest]: no resource found for suffixes {-context.xml}. 2019-12-19 10:58:43,425 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.SubjectRepositoryTest]: SubjectRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2019-12-19 10:58:43,425 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:43,426 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@ebbab4b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6becf62, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5bdc7fa1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@44cc5ecf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@177e44ee, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@674b5cbc, org.springframework.test.context.event.EventPublishingTestExecutionListener@5fd21683] 2019-12-19 10:58:43,516 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:43,543 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 27ms. Found 15 repository interfaces. 2019-12-19 10:58:43,544 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:43,571 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 26ms. Found 15 repository interfaces. 2019-12-19 10:58:43,596 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:43,620 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:43,620 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:43,620 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:43,620 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:43,620 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:43,620 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:43,624 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:43,780 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@13bd2f20] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:43,783 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6a8f232] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:43,799 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:43,799 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:43,825 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@79ce0190, started on Thu Dec 19 10:58:43 CET 2019 2019-12-19 10:58:44,100 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@16f4777d testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@7abbf13, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7fd48a39 testClass = SubjectRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SubjectRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@36fe7b03]; rollback [true] 2019-12-19 10:58:44,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2019-12-19 10:58:44,102 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2019-12-19 10:58:44,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2019-12-19 10:58:44,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2019-12-19 10:58:44,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject name 2019-12-19 10:58:44,112 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@16f4777d testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@7abbf13, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7fd48a39 testClass = SubjectRepositoryTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.repository.SubjectRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]] 2019-12-19 10:58:44,113 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:44,113 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2019-12-19 10:58:44,119 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:44,119 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@77368ce, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@21c92c7e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@419cc39c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5d729736, org.springframework.test.context.transaction.TransactionalTestExecutionListener@415ba14e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2919cfc7, org.springframework.test.context.event.EventPublishingTestExecutionListener@ebe695b] 2019-12-19 10:58:44,195 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:44,218 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 23ms. Found 15 repository interfaces. 2019-12-19 10:58:44,219 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:44,241 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 21ms. Found 15 repository interfaces. 2019-12-19 10:58:44,257 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:44,276 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-12-19 10:58:44,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-12-19 10:58:44,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-12-19 10:58:44,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-12-19 10:58:44,276 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-12-19 10:58:44,277 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:44,279 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:44,448 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@75f0074f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:44,450 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@49a248bc] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2019-12-19 10:58:44,464 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:44,464 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:44,486 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@473c849d, started on Thu Dec 19 10:58:44 CET 2019 2019-12-19 10:58:46,262 ERROR [main] org.appng.core.model.PlatformTransformer: An empty sequence is not allowed as the value of variable $foo ; SystemID: ; Line#: 6; Column#: 10 net.sf.saxon.trans.XPathException: An empty sequence is not allowed as the value of variable $foo at net.sf.saxon.expr.Expression.typeError(Expression.java:1464) at net.sf.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:280) at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:354) at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:28) at net.sf.saxon.expr.Expression.evaluateAsString(Expression.java:911) at net.sf.saxon.expr.instruct.SimpleNodeConstructor.processLeavingTail(SimpleNodeConstructor.java:218) at net.sf.saxon.expr.instruct.ValueOf.processLeavingTail(ValueOf.java:290) at net.sf.saxon.expr.instruct.TemplateRule.applyLeavingTail(TemplateRule.java:352) at net.sf.saxon.trans.Mode.applyTemplates(Mode.java:532) at net.sf.saxon.trans.XsltController.applyTemplates(XsltController.java:747) at net.sf.saxon.s9api.AbstractXsltTransformer.applyTemplatesToSource(AbstractXsltTransformer.java:347) at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:349) at net.sf.saxon.jaxp.TransformerImpl.transform(TransformerImpl.java:71) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:320) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:197) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153) at org.appng.core.model.PlatformTransformerTest.testRuntimeError(PlatformTransformerTest.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74) at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-12-19 10:58:46,264 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 2019-12-19 10:58:46,264 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/template.xsl 2019-12-19 10:58:46,264 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/platform.xml 2019-12-19 10:58:46,265 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/stacktrace.txt 2019-12-19 10:58:46,321 ERROR [main] org.appng.core.model.PlatformTransformer: Unknown XSLT element: ; SystemID: ; Line#: 5; Column#: 25 net.sf.saxon.trans.XPathException: Unknown XSLT element: at net.sf.saxon.style.StyleNodeFactory.makeElementNode(StyleNodeFactory.java:255) at net.sf.saxon.tree.linked.LinkedTreeBuilder.startContent(LinkedTreeBuilder.java:254) at net.sf.saxon.style.UseWhenFilter.startContent(UseWhenFilter.java:533) at net.sf.saxon.event.StartTagBuffer.startContent(StartTagBuffer.java:258) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:177) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:177) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:177) at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:446) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643) at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:435) at net.sf.saxon.event.Sender.send(Sender.java:167) at net.sf.saxon.style.StylesheetModule.sendStylesheetSource(StylesheetModule.java:274) at net.sf.saxon.style.StylesheetModule.loadStylesheet(StylesheetModule.java:199) at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:107) at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:785) at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:149) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:181) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:153) at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74) at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-12-19 10:58:46,322 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 2019-12-19 10:58:46,322 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/template.xsl 2019-12-19 10:58:46,322 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/platform.xml 2019-12-19 10:58:46,323 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/stacktrace.txt 2019-12-19 10:58:46,342 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:46,342 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 s - in org.appng.core.model.PlatformTransformerTest [INFO] Running org.appng.core.model.RepositoryUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.model.RepositoryUtilsTest [INFO] Running org.appng.core.model.CacheProviderTest 2019-12-19 10:58:46,350 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/cache/platform/appNG 2019-12-19 10:58:46,350 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/cache/application/appNG 2019-12-19 10:58:46,353 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/cache/platform/appNG/foobar 2019-12-19 10:58:46,354 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/cache/application/appNG/foobar [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.model.CacheProviderTest [INFO] Running org.appng.core.model.JarInfoBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.model.JarInfoBuilderTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2019-12-19 10:58:46,364 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:46,365 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@27be6a15, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@65433a3a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4c9dddda, org.springframework.test.context.support.DirtiesContextTestExecutionListener@279f970c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@73a5af28, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@fcbd98c, org.springframework.test.context.event.EventPublishingTestExecutionListener@2d1ab6a2] 2019-12-19 10:58:46,573 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:46,580 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 6ms. Found 0 repository interfaces. 2019-12-19 10:58:46,661 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:58:46,664 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:46,706 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:46,711 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:46,987 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:46,987 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:47,121 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2019-12-19 10:58:47,237 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [messages-demo] not found for MessageSource: Can't find bundle for base name messages-demo, locale en 2019-12-19 10:58:47,238 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en 2019-12-19 10:58:47,409 ERROR [main] org.appng.core.model.ApplicationProvider: [localhost:demo-application] error while building structure for page 'entity' org.appng.api.ProcessingException: error performing action 'update' of event 'events', ID: 1161485443 at org.appng.api.support.CallableAction.execute(CallableAction.java:445) at org.appng.api.support.CallableAction.perform(CallableAction.java:325) at org.appng.core.model.ActionElement.perform(ActionElement.java:72) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:531) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:125) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:422) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:466) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:430) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:349) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:278) at org.appng.core.model.ApplicationProviderTest.runTest(ApplicationProviderTest.java:282) at org.appng.core.model.ApplicationProviderTest.testUpdateException(ApplicationProviderTest.java:183) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74) at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.appng.api.ApplicationException: adfsf at org.appng.testapplication.TestEntities.perform(TestEntities.java:71) at org.appng.testapplication.TestEntities.perform(TestEntities.java:35) at org.appng.api.support.CallableAction.execute(CallableAction.java:427) ... 45 more 2019-12-19 10:58:47,567 ERROR [main] org.appng.core.model.ApplicationProvider: [localhost:demo-application] error while building structure for page 'entity' org.appng.api.ProcessingException: error retrieving datasource 'entity', ID: 1018206003 at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:238) at org.appng.api.support.CallableAction.retrieveData(CallableAction.java:231) at org.appng.api.support.CallableAction.perform(CallableAction.java:323) at org.appng.core.model.ActionElement.perform(ActionElement.java:72) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:531) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:125) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:422) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:466) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:430) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:349) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:278) at org.appng.core.model.ApplicationProviderTest.runTest(ApplicationProviderTest.java:282) at org.appng.core.model.ApplicationProviderTest.testUpdateExceptionDataSource(ApplicationProviderTest.java:173) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74) at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:251) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.appng.api.ApplicationException: adfsf at org.appng.testapplication.TestEntities.getData(TestEntities.java:45) at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:199) ... 46 more 2019-12-19 10:58:47,752 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.388 s - in org.appng.core.model.ApplicationProviderTest [INFO] Running org.appng.core.model.ThymeleafProcessorTest 2019-12-19 10:58:47,871 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:47,844_main/platform.xml 2019-12-19 10:58:48,623 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:47,844_main/template/hello.html 2019-12-19 10:58:48,625 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:47,844_main/template/platform.html 2019-12-19 10:58:48,626 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:47,844_main/template/hello-custom.html 2019-12-19 10:58:49,842 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:47,844_main/index.html 2019-12-19 10:58:50,102 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:50,084_main/platform.xml 2019-12-19 10:58:50,123 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:50,084_main/template/hello.html 2019-12-19 10:58:50,124 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:50,084_main/template/platform.html 2019-12-19 10:58:50,124 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:50,084_main/template/hello-custom.html 2019-12-19 10:58:50,133 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:50,084_main/index.html 2019-12-19 10:58:50,155 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:50,150_main/platform.xml 2019-12-19 10:58:50,165 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:50,150_main/template/hello.html 2019-12-19 10:58:50,166 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:50,150_main/template/platform.html 2019-12-19 10:58:50,166 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/debug/2019-12-19-10:58:50,150_main/template/hello-custom.html [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.41 s - in org.appng.core.model.ThymeleafProcessorTest [INFO] Running org.appng.core.model.OutputFormatAndTypeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.PageParameterProcessorTest 2019-12-19 10:58:50,319 INFO [main] org.appng.core.model.PageParameterProcessor: retrieved new value for url-param 'hash' from session: 'hashFromSession' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.appng.core.model.PageParameterProcessorTest [INFO] Running org.appng.core.PathInfoTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.application.PermissionProcessorTest 2019-12-19 10:58:50,379 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-12-19 10:58:50,379 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-12-19 10:58:50,379 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-12-19 10:58:50,379 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-12-19 10:58:50,379 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-12-19 10:58:50,379 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.controller.rest.RestActionTest 2019-12-19 10:58:51,027 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service java.io.IOException: BOOOM! at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.644 s - in org.appng.core.controller.rest.RestActionTest [INFO] Running org.appng.core.controller.rest.RestDataSourceTest 2019-12-19 10:58:51,175 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service java.io.IOException: BOOOM! at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.appng.core.controller.rest.RestDataSourceTest [INFO] Running org.appng.core.controller.rest.RestOperationTest 2019-12-19 10:58:51,177 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service java.io.IOException: BOOOM! at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.core.controller.rest.RestOperationTest [INFO] Running org.appng.core.controller.PlatformConfigTest 2019-12-19 10:58:51,180 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:51,181 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@71d53591, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@70ed82cd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6e955295, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3a72e19f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@625322fd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7eb43f90, org.springframework.test.context.event.EventPublishingTestExecutionListener@3af1cb29] 2019-12-19 10:58:51,290 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:51,321 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 31ms. Found 15 repository interfaces. 2019-12-19 10:58:51,323 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:51,353 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 29ms. Found 15 repository interfaces. 2019-12-19 10:58:51,383 INFO [main] org.appng.core.repository.config.HikariCPConfigurer: connection jdbc:hsqldb:mem://appng uses datasource org.hsqldb.jdbc.JDBCDataSource 2019-12-19 10:58:51,422 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Starting... 2019-12-19 10:58:51,804 INFO [main] com.zaxxer.hikari.pool.PoolBase: appNG ROOT connection - Driver does not support get/set network timeout for connections. (feature not supported) 2019-12-19 10:58:51,812 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Start completed. 2019-12-19 10:58:51,825 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG] 2019-12-19 10:58:51,861 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:51,879 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:52,048 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:52,048 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG' 2019-12-19 10:58:52,084 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@1722abf1, started on Thu Dec 19 10:58:51 CET 2019 2019-12-19 10:58:52,404 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-12-19 10:58:52,405 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://appng (HSQL Database Engine 2.5.0) 2019-12-19 10:58:52,406 INFO [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:mem://appng (HSQL Database Engine 2.5) 2019-12-19 10:58:52,406 WARN [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.234 s - in org.appng.core.controller.PlatformConfigTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2019-12-19 10:58:52,437 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest$TestEvent - Origin: appng.node2 - Site: localhost 2019-12-19 10:58:52,439 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest$TestEvent - Origin: appng.node1 - Site: localhost 2019-12-19 10:58:52,439 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest$TestEvent - Origin: appng.node2 - Site: localhost [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.core.controller.messaging.MessagingTest [INFO] Running org.appng.core.controller.RequestUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.controller.RequestUtilTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2019-12-19 10:58:52,449 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2019-12-19 10:58:52,449 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5c30fbc5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@68f6e2c3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@547985d7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3e750a08, org.springframework.test.context.transaction.TransactionalTestExecutionListener@654030d0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3a7f3641, org.springframework.test.context.event.EventPublishingTestExecutionListener@22305be4] 2019-12-19 10:58:52,500 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Bootstrapping Spring Data repositories in DEFAULT mode. 2019-12-19 10:58:52,509 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 8ms. Found 0 repository interfaces. 2019-12-19 10:58:52,524 WARN [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default persistence unit with name 'hsql-testdb' in persistence.xml - overriding local default persistence unit settings ('packagesToScan'/'mappingResources') 2019-12-19 10:58:52,525 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-12-19 10:58:52,552 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-12-19 10:58:52,556 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-12-19 10:58:52,671 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-12-19 10:58:52,672 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-12-19 10:58:52,707 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2019-12-19 10:58:52,718 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in org.appng.core.controller.ApplicationContextTest [INFO] Running org.appng.core.controller.RedirectTest 2019-12-19 10:58:52,723 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2019-12-19 10:58:52,724 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2019-12-19 10:58:52,724 INFO [main] org.appng.core.Redirect : Redirecting request to http://www.example.com (301) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.controller.RedirectTest [INFO] Running org.appng.core.controller.PlatformStartupTest 2019-12-19 10:58:52,749 INFO [main] org.appng.core.controller.Log4jConfigurer: Initialized log4j from classpath:log4j.properties 2019-12-19 10:58:52,750 INFO [main] org.appng.core.controller.PlatformStartup: 2019-12-19 10:58:52,750 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2019-12-19 10:58:52,750 INFO [main] org.appng.core.controller.PlatformStartup: 2019-12-19 10:58:52,752 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2019-12-19 10:58:52,753 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2019-12-19 10:58:52,755 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/WEB-INF/database/appng on port 9050 2019-12-19 10:58:52,770 INFO [HSQLDB Server @141b0618] hsqldb.db.HSQLDB6F1D98865F.ENGINE: Checkpoint start 2019-12-19 10:58:52,770 INFO [HSQLDB Server @141b0618] hsqldb.db.HSQLDB6F1D98865F.ENGINE: checkpointClose start 2019-12-19 10:58:52,776 INFO [HSQLDB Server @141b0618] hsqldb.db.HSQLDB6F1D98865F.ENGINE: checkpointClose synched 2019-12-19 10:58:52,784 INFO [HSQLDB Server @141b0618] hsqldb.db.HSQLDB6F1D98865F.ENGINE: checkpointClose script done 2019-12-19 10:58:52,798 INFO [HSQLDB Server @141b0618] hsqldb.db.HSQLDB6F1D98865F.ENGINE: checkpointClose end 2019-12-19 10:58:52,800 INFO [HSQLDB Server @141b0618] hsqldb.db.HSQLDB6F1D98865F.ENGINE: Checkpoint end - txts: 1 2019-12-19 10:58:52,856 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-12-19 10:58:52,962 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5.0) 2019-12-19 10:58:53,067 INFO [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5) 2019-12-19 10:58:53,068 WARN [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested. 2019-12-19 10:58:53,195 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5.0) 2019-12-19 10:58:53,299 INFO [main] org.flywaydb.core.internal.database.DatabaseFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5) 2019-12-19 10:58:53,301 WARN [main] org.flywaydb.core.internal.database.base.Database: Flyway upgrade recommended: HSQLDB 2.5 is newer than this version of Flyway and support has not been tested. 2019-12-19 10:58:53,321 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 14 migrations (execution time 00:00.013s) 2019-12-19 10:58:53,330 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table: "PUBLIC"."schema_version" 2019-12-19 10:58:53,339 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-12-19 10:58:53,340 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-12-19 10:58:53,359 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-12-19 10:58:53,371 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-12-19 10:58:53,378 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-12-19 10:58:53,385 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-12-19 10:58:53,392 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-12-19 10:58:53,398 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-12-19 10:58:53,404 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-12-19 10:58:53,413 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-12-19 10:58:53,422 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-12-19 10:58:53,428 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-12-19 10:58:53,434 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.1.0 - change caching properties 2019-12-19 10:58:53,435 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2019-12-19 10:58:53,436 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2019-12-19 10:58:53,439 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.1.1 - add site reload count 2019-12-19 10:58:53,444 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.1.2 - add property type 2019-12-19 10:58:53,450 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 14 migrations to schema "PUBLIC" (execution time 00:00.120s) 2019-12-19 10:58:53,450 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2019-12-19 10:58:53,451 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 701 ms. 2019-12-19 10:58:53,451 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2019-12-19 10:58:58,454 INFO [main] org.appng.core.service.HazelcastConfigurer: Shutting down instance appNG 2019-12-19 10:58:58,455 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is SHUTTING_DOWN 2019-12-19 10:58:58,457 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is SHUTTING_DOWN 2019-12-19 10:58:58,472 INFO [hz.appNG.cached.thread-1] com.hazelcast.internal.partition.impl.MigrationManager: [10.102.4.100]:5701 [dev] [3.12.5] Shutdown request of Member [10.102.4.100]:5701 - d5215a62-22cf-47cd-813b-937655a4eeb9 this is handled 2019-12-19 10:58:58,493 INFO [main] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] Shutting down connection manager... 2019-12-19 10:58:58,499 INFO [main] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] Shutting down node engine... 2019-12-19 10:58:58,519 INFO [main] com.hazelcast.instance.NodeExtension: [10.102.4.100]:5701 [dev] [3.12.5] Destroying node NodeExtension. 2019-12-19 10:58:58,519 INFO [main] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] Hazelcast Shutdown is completed in 51 ms. 2019-12-19 10:58:58,520 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is SHUTDOWN 2019-12-19 10:58:58,521 INFO [main] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] Node is already shutting down... Waiting for shutdown process to complete... 2019-12-19 10:58:58,521 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is SHUTDOWN 2019-12-19 10:58:58,521 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2019-12-19 10:58:58,521 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.793 s - in org.appng.core.controller.PlatformStartupTest [INFO] Running org.appng.core.controller.handler.GuiHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2019-12-19 10:58:59,156 WARN [main] org.appng.core.controller.handler.ServiceRequestHandler: No such application 'bar?jin=fizz' for site 'localhost' returning 404 (path: /services/localhost/bar?jin=fizz) 2019-12-19 10:58:59,188 ERROR [main] org.appng.core.controller.handler.ServiceRequestHandler: no webservice 'foobar' for application 'appng-demoapplication' in site 'localhost' 2019-12-19 10:58:59,194 WARN [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound 2019-12-19 10:59:00,195 INFO [main] org.appng.api.RequestUtil : site 'localhost [STARTING] (#132909799)' is currently being started, waited 1000ms 2019-12-19 10:59:00,196 WARN [main] org.appng.core.controller.handler.ServiceRequestHandler: Site 'localhost' is in state STARTING, returning 503 (path: /services/localhost/foobar) 2019-12-19 10:59:00,249 WARN [main] org.appng.core.controller.handler.ServiceRequestHandler: No such site: 'foo', returning 404 (path: /services/foo/bar?jin=fizz) [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.719 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.RepositoryWatcherTest Dec 19, 2019 10:59:00 AM com.hazelcast.config.AbstractConfigLocator INFO: Loading 'hazelcast.xml' from the classpath. 2019-12-19 10:59:00,303 INFO [Time-limited test] com.hazelcast.instance.AddressPicker: [LOCAL] [dev] [3.12.5] Prefer IPv4 stack is true, prefer IPv6 addresses is false 2019-12-19 10:59:00,303 INFO [Time-limited test] com.hazelcast.instance.AddressPicker: [LOCAL] [dev] [3.12.5] Picked [10.102.4.100]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true 2019-12-19 10:59:00,304 INFO [Time-limited test] com.hazelcast.system : [10.102.4.100]:5701 [dev] [3.12.5] Hazelcast 3.12.5 (20191210 - 294ff46) starting at [10.102.4.100]:5701 2019-12-19 10:59:00,305 INFO [Time-limited test] com.hazelcast.system : [10.102.4.100]:5701 [dev] [3.12.5] Copyright (c) 2008-2019, Hazelcast, Inc. All Rights Reserved. 2019-12-19 10:59:00,314 INFO [Time-limited test] com.hazelcast.spi.impl.operationservice.impl.BackpressureRegulator: [10.102.4.100]:5701 [dev] [3.12.5] Backpressure is disabled 2019-12-19 10:59:00,329 INFO [Time-limited test] com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl: [10.102.4.100]:5701 [dev] [3.12.5] Starting 4 partition threads and 3 generic threads (1 dedicated for priority tasks) 2019-12-19 10:59:00,335 INFO [Time-limited test] com.hazelcast.internal.diagnostics.Diagnostics: [10.102.4.100]:5701 [dev] [3.12.5] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 2019-12-19 10:59:00,336 INFO [Time-limited test] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is STARTING 2019-12-19 10:59:00,344 WARN [Time-limited test] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] No join method is enabled! Starting standalone. 2019-12-19 10:59:00,345 INFO [Time-limited test] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is STARTED 2019-12-19 10:59:00,345 INFO [Time-limited test] org.appng.core.service.HazelcastConfigurer: Created default instance appNG 2019-12-19 10:59:00,350 INFO [Time-limited test] com.hazelcast.internal.partition.impl.PartitionStateManager: [10.102.4.100]:5701 [dev] [3.12.5] Initializing cluster partition table arrangement... 2019-12-19 10:59:00,393 INFO [Time-limited test] com.hazelcast.cache.impl.CacheService: [10.102.4.100]:5701 [dev] [3.12.5] Added cache config: CacheConfig{name='pageCache-localhost', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, wanReplicationRef=null} 2019-12-19 10:59:00,429 INFO [Time-limited test] org.appng.core.service.CacheService: Created cache 'pageCache-localhost' with TTL of 1800 seconds (statistics: true). 2019-12-19 10:59:00,625 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed 2019-12-19 10:59:00,626 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/conf 2019-12-19 10:59:00,626 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/repository/manager/www/de 2019-12-19 10:59:00,631 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching... 2019-12-19 10:59:00,670 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 1 cache elements for /de/fehler (cache size: 4) 2019-12-19 10:59:00,691 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 1 cache elements for /de/error (cache size: 3) 2019-12-19 10:59:00,711 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 1 cache elements for /de/fault (cache size: 2) 2019-12-19 10:59:00,735 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 1 cache elements for /de/test (cache size: 1) 2019-12-19 10:59:00,745 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in org.appng.core.controller.RepositoryWatcherTest [INFO] Running org.appng.core.controller.SessionListenerTest 2019-12-19 10:59:00,812 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-12-19 10:59:00) 2019-12-19 10:59:00,814 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2019-12-19 10:59:00) 2019-12-19 10:59:00,815 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2019-12-19 10:59:00, accessed: 2019-12-19 10:59:00, requests: 1, domain: http://localhost:8080, user-agent: null) 2019-12-19 10:59:00,816 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-12-19 10:59:00) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ControllerTest 2019-12-19 10:59:00,854 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,856 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#657518504 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,912 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,913 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#912721896 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,916 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,917 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#837348912 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,917 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,918 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1151482077 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,924 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,924 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#183716640 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,926 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,926 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#654076766 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,927 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,928 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2012144124 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,929 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,931 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#51572553 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,932 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2019-12-19 10:59:00,932 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,933 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#121769284 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,939 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,940 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#804579670 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,954 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,955 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#645161328 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,957 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,958 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1431767656 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,959 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,959 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#863785348 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,960 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,961 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#472073684 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,961 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,962 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#833369355 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,964 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,965 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#105824284 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,966 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,967 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#443392953 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,968 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,969 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1789052156 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,970 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,971 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#106823652 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,971 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,972 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#254067274 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,973 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2019-12-19 10:59:00,973 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,974 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#34341692 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,975 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,975 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#842917742 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,978 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,979 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1357671596 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,982 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,982 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1579915983 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,991 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,992 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#715704825 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,993 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,993 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1189299112 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,994 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,995 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1390879543 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,995 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,996 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2077432082 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:00,997 INFO [main] org.appng.core.controller.Controller: Controller created 2019-12-19 10:59:00,998 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#575076179 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.appng.core.controller.ControllerTest [INFO] Running org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s - in org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Running org.appng.core.controller.filter.RedirectFilterTest 2019-12-19 10:59:01,299 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2019-12-19 10:59:01,302 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter ERROR: unable to find urlrewrite conf file at /WEB-INF/urlrewrite.xml 2019-12-19 10:59:01,306 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2019-12-19 10:59:01,312 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2019-12-19 10:59:01,319 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.appng.core.controller.filter.RedirectFilterTest [INFO] Running org.appng.core.controller.filter.PageCacheFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.appng.core.controller.filter.PageCacheFilterTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2019-12-19 10:59:01,407 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1756370424 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:01,417 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#278007742 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:01,443 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#562794315 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-12-19 10:59:01,448 ERROR [main] org.appng.core.model.PlatformProcessor: error while processing java.io.FileNotFoundException: /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/xsl/platform.xsl (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:128) at org.appng.core.model.PlatformProcessor.processWithTemplate(PlatformProcessor.java:106) at org.appng.core.controller.PlatformProcessorTest.testTransformError(PlatformProcessorTest.java:143) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) 2019-12-19 10:59:01,466 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1727926662 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.appng.core.controller.PlatformProcessorTest 2019-12-19 10:59:01,503 INFO [hz.ShutdownThread] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] Running shutdown hook... Current state: ACTIVE 2019-12-19 10:59:01,505 INFO [SpringContextShutdownHook] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG' 2019-12-19 10:59:01,506 INFO [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is SHUTTING_DOWN 2019-12-19 10:59:01,507 INFO [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown initiated... 2019-12-19 10:59:01,512 INFO [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is SHUTTING_DOWN 2019-12-19 10:59:01,518 INFO [hz.appNG.cached.thread-4] com.hazelcast.internal.partition.impl.MigrationManager: [10.102.4.100]:5701 [dev] [3.12.5] Shutdown request of Member [10.102.4.100]:5701 - 2b85e101-8267-4deb-950b-326d93985682 this is handled 2019-12-19 10:59:01,530 INFO [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown completed. 2019-12-19 10:59:01,579 INFO [hz.ShutdownThread] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] Shutting down connection manager... 2019-12-19 10:59:01,584 INFO [hz.ShutdownThread] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] Shutting down node engine... 2019-12-19 10:59:01,587 INFO [hz.ShutdownThread] com.hazelcast.cache.impl.CacheService: [10.102.4.100]:5701 [dev] [3.12.5] Removed cache config: CacheConfig{name='pageCache-localhost', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, wanReplicationRef=null} 2019-12-19 10:59:01,602 INFO [hz.ShutdownThread] com.hazelcast.instance.NodeExtension: [10.102.4.100]:5701 [dev] [3.12.5] Destroying node NodeExtension. 2019-12-19 10:59:01,603 INFO [hz.ShutdownThread] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] Hazelcast Shutdown is completed in 90 ms. 2019-12-19 10:59:01,603 INFO [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is SHUTDOWN 2019-12-19 10:59:01,603 INFO [hz.ShutdownThread] com.hazelcast.instance.Node : [10.102.4.100]:5701 [dev] [3.12.5] Node is already shutting down... Waiting for shutdown process to complete... 2019-12-19 10:59:01,603 INFO [hz.ShutdownThread] com.hazelcast.core.LifecycleService: [10.102.4.100]:5701 [dev] [3.12.5] [10.102.4.100]:5701 is SHUTDOWN [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] CoreServiceTest.testDeleteSiteWithEnvironment:427 expected null, but was: [INFO] [ERROR] Tests run: 321, Failures: 1, Errors: 0, Skipped: 26 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 8.377 s] [INFO] appNG Tools ........................................ SUCCESS [ 28.616 s] [INFO] appNG Mail ......................................... SUCCESS [ 6.116 s] [INFO] appNG Forms ........................................ SUCCESS [ 8.543 s] [INFO] appng Formtags ..................................... SUCCESS [ 3.714 s] [INFO] appNG XML-API ...................................... SUCCESS [ 11.426 s] [INFO] appNG public API ................................... SUCCESS [ 17.537 s] [INFO] appNG testsupport .................................. SUCCESS [ 7.488 s] [INFO] appNG REST API ..................................... SUCCESS [ 7.994 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 17.388 s] [INFO] appNG Search ....................................... SUCCESS [ 26.414 s] [INFO] appNG Core Library ................................. FAILURE [01:09 min] [INFO] appNG Command Line Interface ....................... SKIPPED [INFO] appNG Tag Library .................................. SKIPPED [INFO] appNG Application .................................. SKIPPED [INFO] appNG application BOM .............................. SKIPPED [INFO] appNG Documentation ................................ SKIPPED [INFO] appNG Template Assembly Descriptors ................ SKIPPED [INFO] appNG Template Parent .............................. SKIPPED [INFO] appng-application-assembly ......................... SKIPPED [INFO] appNG application parent ........................... SKIPPED [INFO] Archetype - appng-archetype-application ............ SKIPPED [INFO] appNGizer JAXB API ................................. SKIPPED [INFO] appNGizer .......................................... SKIPPED [INFO] appNG appNGizer Maven Plugin ....................... SKIPPED [INFO] appNG camunda ...................................... SKIPPED [INFO] appNG Application, including Camunda BPM process engine libraries SKIPPED [INFO] appNG Maven Plugin ................................. SKIPPED [INFO] upNGizr ............................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:33 min [INFO] Finished at: 2019-12-19T10:59:02+01:00 [INFO] Final Memory: 107M/1483M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project appng-core: There are test failures. [ERROR] [ERROR] Please refer to /var/lib/jenkins/workspace/appNG_CI_feature_APPNG-2295/appng-core/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :appng-core [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (notifyFinish) [Pipeline] emailext Not sending mail to unregistered user noreply@github.com because your SCM claimed this was associated with a user ID ‘noreply' which your security realm does not recognize; you may need changes in your SCM plugin An attempt to send an e-mail to empty list of recipients, ignored. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: FAILURE