Started by user Matthias Mueller Running as Matthias Mueller Obtained build-snapshot.jenkins from git ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.git Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_1.23.x [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (notifyStart) [Pipeline] emailext Sending email to: matthias.mueller@appng.org [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (git clone) [Pipeline] git The recommended git tool is: 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 --version # 'git version 2.11.0' > git fetch --tags --progress -- git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/appng-1.23.x^{commit} # timeout=10 Checking out Revision 9c17079e2c6c03e10202df4e3880726afbd1e89b (refs/remotes/origin/appng-1.23.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c17079e2c6c03e10202df4e3880726afbd1e89b # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D appng-1.23.x # timeout=10 > git checkout -b appng-1.23.x 9c17079e2c6c03e10202df4e3880726afbd1e89b # timeout=10 Commit message: "APPNG-2397 fix tests" > git rev-list --no-walk 9c17079e2c6c03e10202df4e3880726afbd1e89b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy -Djavax.xml.accessExternalSchema=all -DoutFolder=/tmp/jenkins_artifacts/37 -Pdummy [INFO] Scanning for projects... [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] appNGizer JAXB API [INFO] appNGizer [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] 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 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-parent --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.23.0-SNAPSHOT/appng-parent-1.23.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-parent --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 602 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/1.23.0-SNAPSHOT/maven-metadata.xml (602 B at 370 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/1.23.0-SNAPSHOT/appng-parent-1.23.0-20210721.095505-37.pom Progress (1): 2.0/35 kB Progress (1): 4.1/35 kB Progress (1): 6.1/35 kB Progress (1): 8.2/35 kB Progress (1): 10/35 kB Progress (1): 12/35 kB Progress (1): 14/35 kB Progress (1): 16/35 kB Progress (1): 18/35 kB Progress (1): 20/35 kB Progress (1): 23/35 kB Progress (1): 25/35 kB Progress (1): 27/35 kB Progress (1): 29/35 kB Progress (1): 31/35 kB Progress (1): 33/35 kB Progress (1): 35/35 kB Progress (1): 35 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/1.23.0-SNAPSHOT/appng-parent-1.23.0-20210721.095505-37.pom (35 kB at 36 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/maven-metadata.xml Progress (1): 1.7 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/maven-metadata.xml (1.7 kB at 5.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 602 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/1.23.0-SNAPSHOT/maven-metadata.xml (602 B at 360 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/maven-metadata.xml Progress (1): 1.7 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-parent/maven-metadata.xml (1.7 kB at 699 B/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-tools --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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_1.23.x/appng-tools/target/classes [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_1.23.x/appng-tools/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-tools --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.tools.image.ImageProcessorTest 2021-07-21 11:55:28,151 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-12-29 http://www.imagemagick.org 2021-07-21 11:55:28,619 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@eec5a4a 2021-07-21 11:55:28,619 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@eec5a4a 2021-07-21 11:55:28,620 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@eec5a4a 2021-07-21 11:55:28,620 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@eec5a4a 2021-07-21 11:55:28,620 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@eec5a4a 2021-07-21 11:55:28,621 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@eec5a4a 2021-07-21 11:55:28,621 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@eec5a4a 2021-07-21 11:55:28,621 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@eec5a4a 2021-07-21 11:55:28,724 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' 2021-07-21 11:55:28,724 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' 2021-07-21 11:55:28,740 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-12-29 http://www.imagemagick.org 2021-07-21 11:55:28,741 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@65e2dbf3 2021-07-21 11:55:28,741 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2021-07-21 11:55:28,741 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2021-07-21 11:55:28,742 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2021-07-21 11:55:28,742 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@65e2dbf3 2021-07-21 11:55:28,742 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@65e2dbf3 2021-07-21 11:55:28,742 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2021-07-21 11:55:28,742 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' 2021-07-21 11:55:28,769 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-12-29 http://www.imagemagick.org 2021-07-21 11:55:28,769 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@4f970963 2021-07-21 11:55:28,770 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@4f970963 2021-07-21 11:55:28,770 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@4f970963 2021-07-21 11:55:28,770 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@4f970963 2021-07-21 11:55:28,770 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@4f970963 2021-07-21 11:55:28,771 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@4f970963 2021-07-21 11:55:28,771 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@4f970963 2021-07-21 11:55:28,771 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@4f970963 2021-07-21 11:55:28,771 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' 2021-07-21 11:55:28,772 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' 2021-07-21 11:55:29,914 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-12-29 http://www.imagemagick.org 2021-07-21 11:55:29,915 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@4f063c0a 2021-07-21 11:55:29,915 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@4f063c0a 2021-07-21 11:55:29,915 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@4f063c0a 2021-07-21 11:55:29,915 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@4f063c0a 2021-07-21 11:55:29,916 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@4f063c0a 2021-07-21 11:55:29,916 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@4f063c0a 2021-07-21 11:55:29,916 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@4f063c0a 2021-07-21 11:55:29,916 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@4f063c0a 2021-07-21 11:55:29,917 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' 2021-07-21 11:55:29,917 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' 2021-07-21 11:55:29,925 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-12-29 http://www.imagemagick.org 2021-07-21 11:55:29,926 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@614ddd49 2021-07-21 11:55:29,926 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@614ddd49 2021-07-21 11:55:29,926 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@614ddd49 2021-07-21 11:55:29,926 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@614ddd49 2021-07-21 11:55:29,927 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@614ddd49 2021-07-21 11:55:29,927 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@614ddd49 2021-07-21 11:55:29,927 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@614ddd49 2021-07-21 11:55:29,927 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@614ddd49 2021-07-21 11:55:29,928 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' 2021-07-21 11:55:29,928 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' 2021-07-21 11:55:30,013 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@26aa12dd 2021-07-21 11:55:30,014 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@26aa12dd 2021-07-21 11:55:30,014 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@26aa12dd 2021-07-21 11:55:30,014 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@26aa12dd 2021-07-21 11:55:30,014 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@26aa12dd 2021-07-21 11:55:30,015 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@26aa12dd 2021-07-21 11:55:30,015 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@26aa12dd 2021-07-21 11:55:30,015 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@26aa12dd 2021-07-21 11:55:30,015 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' 2021-07-21 11:55:30,016 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' 2021-07-21 11:55:30,024 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-12-29 http://www.imagemagick.org 2021-07-21 11:55:30,025 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@71bbf57e 2021-07-21 11:55:30,025 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@71bbf57e 2021-07-21 11:55:30,025 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@71bbf57e 2021-07-21 11:55:30,025 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@71bbf57e 2021-07-21 11:55:30,025 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@71bbf57e 2021-07-21 11:55:30,026 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@71bbf57e 2021-07-21 11:55:30,026 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@71bbf57e 2021-07-21 11:55:30,026 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@71bbf57e 2021-07-21 11:55:30,026 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' 2021-07-21 11:55:30,026 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' 2021-07-21 11:55:30,094 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@2d6eabae 2021-07-21 11:55:30,095 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@2d6eabae 2021-07-21 11:55:30,095 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2d6eabae 2021-07-21 11:55:30,095 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2d6eabae 2021-07-21 11:55:30,095 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@2d6eabae 2021-07-21 11:55:30,095 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2d6eabae 2021-07-21 11:55:30,095 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2d6eabae 2021-07-21 11:55:30,096 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2d6eabae 2021-07-21 11:55:30,096 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' 2021-07-21 11:55:30,096 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' 2021-07-21 11:55:30,104 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-12-29 http://www.imagemagick.org 2021-07-21 11:55:30,105 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@10bbd20a 2021-07-21 11:55:30,105 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@10bbd20a 2021-07-21 11:55:30,105 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@10bbd20a 2021-07-21 11:55:30,105 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@10bbd20a 2021-07-21 11:55:30,105 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@10bbd20a 2021-07-21 11:55:30,106 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@10bbd20a 2021-07-21 11:55:30,106 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@10bbd20a 2021-07-21 11:55:30,106 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@10bbd20a 2021-07-21 11:55:30,106 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' 2021-07-21 11:55:30,107 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' 2021-07-21 11:55:30,192 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-12-29 http://www.imagemagick.org 2021-07-21 11:55:30,193 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@1f7030a6 2021-07-21 11:55:30,193 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@1f7030a6 2021-07-21 11:55:30,193 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@1f7030a6 2021-07-21 11:55:30,193 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@1f7030a6 2021-07-21 11:55:30,193 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@1f7030a6 2021-07-21 11:55:30,193 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@1f7030a6 2021-07-21 11:55:30,193 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@1f7030a6 2021-07-21 11:55:30,194 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@1f7030a6 2021-07-21 11:55:30,194 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' 2021-07-21 11:55:30,194 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' 2021-07-21 11:55:30,289 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2019-12-29 http://www.imagemagick.org 2021-07-21 11:55:30,289 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@1d29cf23 2021-07-21 11:55:30,289 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@1d29cf23 2021-07-21 11:55:30,290 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@1d29cf23 2021-07-21 11:55:30,290 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@1d29cf23 2021-07-21 11:55:30,290 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@1d29cf23 2021-07-21 11:55:30,290 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@1d29cf23 2021-07-21 11:55:30,290 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@1d29cf23 2021-07-21 11:55:30,290 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@1d29cf23 2021-07-21 11:55:30,291 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' 2021-07-21 11:55:30,291 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' 2021-07-21 11:55:30,401 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@53f65459 2021-07-21 11:55:30,401 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@53f65459 2021-07-21 11:55:30,401 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@53f65459 2021-07-21 11:55:30,401 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@53f65459 2021-07-21 11:55:30,402 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@53f65459 2021-07-21 11:55:30,402 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@53f65459 2021-07-21 11:55:30,402 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@53f65459 2021-07-21 11:55:30,402 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@53f65459 2021-07-21 11:55:30,402 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' 2021-07-21 11:55:30,402 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: 4.151 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.053 s - in org.appng.tools.file.PropertyConstantCreatorTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2021-07-21 11:55:30,519 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@11438d26 2021-07-21 11:55:30,520 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@11438d26 2021-07-21 11:55:30,520 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@11438d26 2021-07-21 11:55:30,520 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@11438d26 2021-07-21 11:55:30,520 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@11438d26 2021-07-21 11:55:30,520 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@11438d26 2021-07-21 11:55:30,520 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2021-07-21 11:55:30,520 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' 2021-07-21 11:55:30,527 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2021-07-21 11:55:30,528 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@2bbf4b8b 2021-07-21 11:55:30,528 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@2bbf4b8b 2021-07-21 11:55:30,528 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2bbf4b8b 2021-07-21 11:55:30,528 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2bbf4b8b 2021-07-21 11:55:30,528 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@2bbf4b8b 2021-07-21 11:55:30,529 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2bbf4b8b 2021-07-21 11:55:30,532 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2bbf4b8b 2021-07-21 11:55:30,532 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2bbf4b8b 2021-07-21 11:55:30,532 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' 2021-07-21 11:55:30,532 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' 2021-07-21 11:55:30,532 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.004 2021-07-21 11:55:30,532 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning no match 2021-07-21 11:55:30,549 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'unknown',test 'BM': com.j256.simplemagic.entries.MagicEntry$ContentData@30a3107a 2021-07-21 11:55:30,549 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@30a3107a 2021-07-21 11:55:30,549 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', %d x': com.j256.simplemagic.entries.MagicEntry$ContentData@30a3107a 2021-07-21 11:55:30,549 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d x': com.j256.simplemagic.entries.MagicEntry$ContentData@30a3107a 2021-07-21 11:55:30,549 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@30a3107a 2021-07-21 11:55:30,550 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'unknown',test 'BM' 2021-07-21 11:55:30,550 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' 2021-07-21 11:55:30,550 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.017 2021-07-21 11:55:30,550 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@33c7e1bb 2021-07-21 11:55:30,550 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@33c7e1bb 2021-07-21 11:55:30,551 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@33c7e1bb 2021-07-21 11:55:30,551 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@33c7e1bb 2021-07-21 11:55:30,555 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@33c7e1bb 2021-07-21 11:55:30,555 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@33c7e1bb 2021-07-21 11:55:30,555 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2021-07-21 11:55:30,555 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' 2021-07-21 11:55:30,556 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.005 2021-07-21 11:55:30,556 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@34c4973 2021-07-21 11:55:30,556 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@34c4973 2021-07-21 11:55:30,556 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@34c4973 2021-07-21 11:55:30,556 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@34c4973 2021-07-21 11:55:30,556 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@34c4973 2021-07-21 11:55:30,557 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@34c4973 2021-07-21 11:55:30,557 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@34c4973 2021-07-21 11:55:30,557 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@34c4973 2021-07-21 11:55:30,557 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' 2021-07-21 11:55:30,557 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' 2021-07-21 11:55:30,557 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2021-07-21 11:55:30,560 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@52feb982 2021-07-21 11:55:30,560 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@52feb982 2021-07-21 11:55:30,560 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@52feb982 2021-07-21 11:55:30,571 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@52feb982 2021-07-21 11:55:30,571 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@52feb982 2021-07-21 11:55:30,571 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@52feb982 2021-07-21 11:55:30,571 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@52feb982 2021-07-21 11:55:30,571 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@52feb982 2021-07-21 11:55:30,571 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' 2021-07-21 11:55:30,571 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' 2021-07-21 11:55:30,573 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2021-07-21 11:55:30,573 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.013 2021-07-21 11:55:30,574 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@78e67e0a 2021-07-21 11:55:30,574 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@78e67e0a 2021-07-21 11:55:30,574 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@78e67e0a 2021-07-21 11:55:30,574 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@78e67e0a 2021-07-21 11:55:30,574 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@78e67e0a 2021-07-21 11:55:30,574 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@78e67e0a 2021-07-21 11:55:30,574 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@78e67e0a 2021-07-21 11:55:30,574 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@78e67e0a 2021-07-21 11:55:30,575 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' 2021-07-21 11:55:30,575 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' 2021-07-21 11:55:30,575 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2021-07-21 11:55:30,575 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2021-07-21 11:55:30,575 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@bd8db5a 2021-07-21 11:55:30,575 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@bd8db5a 2021-07-21 11:55:30,575 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@bd8db5a 2021-07-21 11:55:30,575 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@bd8db5a 2021-07-21 11:55:30,576 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@bd8db5a 2021-07-21 11:55:30,576 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@bd8db5a 2021-07-21 11:55:30,576 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@bd8db5a 2021-07-21 11:55:30,576 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@bd8db5a 2021-07-21 11:55:30,576 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' 2021-07-21 11:55:30,576 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' 2021-07-21 11:55:30,576 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2021-07-21 11:55:30,576 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2021-07-21 11:55:30,576 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@2f943d71 2021-07-21 11:55:30,577 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@2f943d71 2021-07-21 11:55:30,577 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@2f943d71 2021-07-21 11:55:30,577 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@2f943d71 2021-07-21 11:55:30,577 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@2f943d71 2021-07-21 11:55:30,577 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@2f943d71 2021-07-21 11:55:30,577 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2021-07-21 11:55:30,577 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' 2021-07-21 11:55:30,577 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2021-07-21 11:55:30,577 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2021-07-21 11:55:30,578 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@80503 2021-07-21 11:55:30,578 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@80503 2021-07-21 11:55:30,578 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@80503 2021-07-21 11:55:30,578 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@80503 2021-07-21 11:55:30,578 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@80503 2021-07-21 11:55:30,578 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@80503 2021-07-21 11:55:30,578 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@80503 2021-07-21 11:55:30,578 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@80503 2021-07-21 11:55:30,579 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' 2021-07-21 11:55:30,579 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' 2021-07-21 11:55:30,579 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file bmp 2021-07-21 11:55:30,579 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2021-07-21 11:55:30,579 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@4b553d26 2021-07-21 11:55:30,579 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@4b553d26 2021-07-21 11:55:30,580 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@4b553d26 2021-07-21 11:55:30,580 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@4b553d26 2021-07-21 11:55:30,580 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@4b553d26 2021-07-21 11:55:30,580 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@4b553d26 2021-07-21 11:55:30,580 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2021-07-21 11:55:30,580 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' 2021-07-21 11:55:30,580 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file bmp 2021-07-21 11:55:30,580 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.041 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.226 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: 6.926 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.101 s - in org.appng.tools.os.OperatingSystemTest [INFO] Running org.appng.tools.os.CommandTest 2021-07-21 11:55:37,854 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.003 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.036 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 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_1.23.x/appng-tools/target/appng-tools-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-tools/target/appng-tools-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-tools/target/appng-tools-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.23.0-SNAPSHOT/appng-tools-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-tools/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.23.0-SNAPSHOT/appng-tools-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-tools/target/appng-tools-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.23.0-SNAPSHOT/appng-tools-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-tools --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 992 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/maven-metadata.xml (992 B at 4.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/appng-tools-1.23.0-20210721.095539-37.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-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/appng-tools-1.23.0-20210721.095539-37.jar (50 kB at 135 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/appng-tools-1.23.0-20210721.095539-37.pom Progress (1): 2.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/appng-tools-1.23.0-20210721.095539-37.pom (2.0 kB at 5.4 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/maven-metadata.xml Progress (1): 1.7 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/maven-metadata.xml (1.7 kB at 9.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 992 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/maven-metadata.xml (992 B at 750 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/maven-metadata.xml Progress (1): 1.7 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/maven-metadata.xml (1.7 kB at 1.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/appng-tools-1.23.0-20210721.095539-37-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-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/appng-tools-1.23.0-20210721.095539-37-sources.jar (41 kB at 197 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 992 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-tools/1.23.0-SNAPSHOT/maven-metadata.xml (992 B at 1.1 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-mail --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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_1.23.x/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_1.23.x/appng-mail/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-mail --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.mail.MailTest DEBUG: setDebug: Jakarta Mail version 1.6.5 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 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_1.23.x/appng-mail/target/appng-mail-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-mail/target/appng-mail-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-mail/target/appng-mail-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.23.0-SNAPSHOT/appng-mail-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-mail/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.23.0-SNAPSHOT/appng-mail-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-mail/target/appng-mail-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.23.0-SNAPSHOT/appng-mail-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-mail --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 991 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/maven-metadata.xml (991 B at 40 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/appng-mail-1.23.0-20210721.095546-37.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-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/appng-mail-1.23.0-20210721.095546-37.jar (15 kB at 45 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/appng-mail-1.23.0-20210721.095546-37.pom Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/appng-mail-1.23.0-20210721.095546-37.pom (1.0 kB at 1.7 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/maven-metadata.xml Progress (1): 1.7 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/maven-metadata.xml (1.7 kB at 9.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 991 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/maven-metadata.xml (991 B at 934 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/maven-metadata.xml Progress (1): 1.7 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/maven-metadata.xml (1.7 kB at 2.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/appng-mail-1.23.0-20210721.095546-37-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-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/appng-mail-1.23.0-20210721.095546-37-sources.jar (12 kB at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 991 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-mail/1.23.0-SNAPSHOT/maven-metadata.xml (991 B at 1.2 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-forms --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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_1.23.x/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_1.23.x/appng-forms/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-forms --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.forms.RequestTest 2021-07-21 11:55:56,355 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2021-07-21 11:55:56,356 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2021-07-21 11:55:56,358 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.appng.forms.RequestTest [INFO] Running org.appng.forms.FormRequestTest 2021-07-21 11:55:56,671 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2021-07-21 11:55:56,672 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2021-07-21 11:55:56,672 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2021-07-21 11:55:56,672 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2021-07-21 11:55:56,672 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2021-07-21 11:55:56,673 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2021-07-21 11:55:56,674 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2021-07-21 11:55:56,678 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2021-07-21 11:55:56,678 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2021-07-21 11:55:56,678 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2021-07-21 11:55:56,716 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2021-07-21 11:55:56,717 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2021-07-21 11:55:56,717 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2021-07-21 11:55:56,717 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2021-07-21 11:55:56,717 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2021-07-21 11:55:56,717 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2021-07-21 11:55:56,717 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2021-07-21 11:55:56,892 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2021-07-21 11:55:57,065 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_178.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2021-07-21 11:55:57,120 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2021-07-21 11:55:57,120 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2021-07-21 11:55:57,120 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2021-07-21 11:55:57,121 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2021-07-21 11:55:57,121 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2021-07-21 11:55:57,121 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2021-07-21 11:55:57,121 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2021-07-21 11:55:57,125 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2021-07-21 11:55:57,128 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_179.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 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_1.23.x/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_1.23.x/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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 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.005 s - in org.appng.forms.FormUploadTest [INFO] Running org.appng.el.ExpressionEvaluatorTest 2021-07-21 11:55:57,652 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,653 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,654 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,654 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,677 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,678 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b eq 5 ? 'is five' : 'is not five'} = is not five [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,679 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null ? 'is null': 'is not null'} = is not null [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,680 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,680 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,680 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,682 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2021-07-21 11:55:57,683 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2021-07-21 11:55:57,684 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,684 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,684 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':asList' with method 'public static java.util.List org.appng.el.ExpressionEvaluatorTest.asList(java.lang.Object[])'. 2021-07-21 11:55:57,687 DEBUG [main] org.appng.el.ExpressionEvaluator: ${asList(args)} = [1, 4, 56.0] [(args = [Ljava.lang.Object;@35d019a3), (a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,688 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,688 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,689 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@689604d9), (SESSION = {foo=5})] 2021-07-21 11:55:57,692 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@689604d9), (SESSION = {foo=5})] 2021-07-21 11:55:57,693 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,693 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,702 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)] 2021-07-21 11:55:57,703 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)] 2021-07-21 11:55:57,703 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)] 2021-07-21 11:55:57,704 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)] 2021-07-21 11:55:57,704 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)] 2021-07-21 11:55:57,704 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)] 2021-07-21 11:55:57,705 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)] 2021-07-21 11:55:57,706 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)] 2021-07-21 11:55:57,706 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection)'. 2021-07-21 11:55:57,706 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)] 2021-07-21 11:55:57,707 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,707 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,707 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,707 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,707 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2021-07-21 11:55:57,708 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2021-07-21 11:55:57,708 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2021-07-21 11:55:57,709 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,709 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,709 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2021-07-21 11:55:57,710 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,710 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,710 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,710 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,711 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,711 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,711 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,711 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2021-07-21 11:55:57,711 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2021-07-21 11:55:57,711 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2021-07-21 11:55:57,711 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2021-07-21 11:55:57,712 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,712 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2021-07-21 11:55:57,712 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2021-07-21 11:55:57,712 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2021-07-21 11:55:57,712 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2021-07-21 11:55:57,712 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)] 2021-07-21 11:55:57,713 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)] 2021-07-21 11:55:57,713 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)] 2021-07-21 11:55:57,713 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)] 2021-07-21 11:55:57,714 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)] 2021-07-21 11:55:57,715 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)] 2021-07-21 11:55:57,716 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)] 2021-07-21 11:55:57,716 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)] 2021-07-21 11:55:57,718 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,718 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,718 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,719 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,720 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,721 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,722 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,722 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,723 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,723 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,724 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,725 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,725 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,726 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,727 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,727 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,728 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,728 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,729 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,729 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,730 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,730 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,730 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int)'. 2021-07-21 11:55:57,730 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int)'. 2021-07-21 11:55:57,731 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double)'. 2021-07-21 11:55:57,731 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double)'. 2021-07-21 11:55:57,731 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,732 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,732 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,733 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,734 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,735 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,735 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,736 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,737 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,737 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,737 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,738 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,738 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,739 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,739 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,741 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,741 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,743 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,744 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,744 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2021-07-21 11:55:57,744 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2021-07-21 11:55:57,745 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,745 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2021-07-21 11:55:57,745 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.155 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_1.23.x/appng-forms/target/appng-forms-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-forms/target/appng-forms-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-forms/target/appng-forms-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.23.0-SNAPSHOT/appng-forms-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-forms/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.23.0-SNAPSHOT/appng-forms-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-forms/target/appng-forms-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.23.0-SNAPSHOT/appng-forms-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-forms --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 992 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/maven-metadata.xml (992 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/appng-forms-1.23.0-20210721.095558-37.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-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/appng-forms-1.23.0-20210721.095558-37.jar (19 kB at 81 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/appng-forms-1.23.0-20210721.095558-37.pom Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/appng-forms-1.23.0-20210721.095558-37.pom (1.6 kB at 2.3 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/maven-metadata.xml Progress (1): 1.7 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/maven-metadata.xml (1.7 kB at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 992 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/maven-metadata.xml (992 B at 829 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/maven-metadata.xml Progress (1): 1.7 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/maven-metadata.xml (1.7 kB at 1.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/appng-forms-1.23.0-20210721.095558-37-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-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/appng-forms-1.23.0-20210721.095558-37-sources.jar (19 kB at 77 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 992 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-forms/1.23.0-SNAPSHOT/maven-metadata.xml (992 B at 1.2 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-formtags --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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_1.23.x/appng-formtags/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-formtags --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.formtags.FormElementTest 2021-07-21 11:56:05,747 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,748 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,748 [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)'. 2021-07-21 11:56:05,748 [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)'. 2021-07-21 11:56:05,749 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,749 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,749 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,749 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,749 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,750 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,750 [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)'. 2021-07-21 11:56:05,750 [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)'. 2021-07-21 11:56:05,750 [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)'. 2021-07-21 11:56:05,751 [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)'. 2021-07-21 11:56:05,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,751 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,752 [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)'. 2021-07-21 11:56:05,775 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2021-07-21 11:56:05,869 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,869 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,869 [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)'. 2021-07-21 11:56:05,869 [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)'. 2021-07-21 11:56:05,869 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,869 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,870 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,870 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,870 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,870 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,870 [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)'. 2021-07-21 11:56:05,871 [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)'. 2021-07-21 11:56:05,871 [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)'. 2021-07-21 11:56:05,871 [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)'. 2021-07-21 11:56:05,871 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,871 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,872 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,872 [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)'. 2021-07-21 11:56:05,872 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2021-07-21 11:56:05,874 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,874 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,875 [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)'. 2021-07-21 11:56:05,875 [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)'. 2021-07-21 11:56:05,875 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,875 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,875 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,876 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,876 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,876 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,876 [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)'. 2021-07-21 11:56:05,876 [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)'. 2021-07-21 11:56:05,876 [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)'. 2021-07-21 11:56:05,877 [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)'. 2021-07-21 11:56:05,877 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,877 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,877 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,877 [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)'. 2021-07-21 11:56:05,879 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2021-07-21 11:56:05,882 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,882 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,882 [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)'. 2021-07-21 11:56:05,883 [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)'. 2021-07-21 11:56:05,883 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,883 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,883 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,883 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,883 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,884 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,884 [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)'. 2021-07-21 11:56:05,884 [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)'. 2021-07-21 11:56:05,884 [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)'. 2021-07-21 11:56:05,884 [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)'. 2021-07-21 11:56:05,884 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,885 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,885 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,885 [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)'. 2021-07-21 11:56:05,885 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2021-07-21 11:56:05,887 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,888 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,888 [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)'. 2021-07-21 11:56:05,888 [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)'. 2021-07-21 11:56:05,888 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,888 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,888 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,889 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,889 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,889 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,889 [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)'. 2021-07-21 11:56:05,889 [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)'. 2021-07-21 11:56:05,889 [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)'. 2021-07-21 11:56:05,890 [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)'. 2021-07-21 11:56:05,890 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,890 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,890 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,890 [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)'. 2021-07-21 11:56:05,890 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2021-07-21 11:56:05,894 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,895 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,895 [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)'. 2021-07-21 11:56:05,895 [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)'. 2021-07-21 11:56:05,895 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,895 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,896 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,896 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,896 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,896 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,896 [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)'. 2021-07-21 11:56:05,896 [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)'. 2021-07-21 11:56:05,896 [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)'. 2021-07-21 11:56:05,896 [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)'. 2021-07-21 11:56:05,897 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,897 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,897 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,897 [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)'. 2021-07-21 11:56:05,897 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2021-07-21 11:56:05,900 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,900 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,900 [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)'. 2021-07-21 11:56:05,900 [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)'. 2021-07-21 11:56:05,900 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,900 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,900 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,901 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,901 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,901 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,901 [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)'. 2021-07-21 11:56:05,901 [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)'. 2021-07-21 11:56:05,901 [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)'. 2021-07-21 11:56:05,901 [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)'. 2021-07-21 11:56:05,902 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,902 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,902 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,902 [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)'. 2021-07-21 11:56:05,902 [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.585 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.RuleValidationTest 2021-07-21 11:56:05,926 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,927 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,927 [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)'. 2021-07-21 11:56:05,927 [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)'. 2021-07-21 11:56:05,927 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,929 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,929 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,929 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,929 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,930 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,930 [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)'. 2021-07-21 11:56:05,930 [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)'. 2021-07-21 11:56:05,930 [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)'. 2021-07-21 11:56:05,930 [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)'. 2021-07-21 11:56:05,930 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,931 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,931 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,931 [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)'. 2021-07-21 11:56:05,932 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,933 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,933 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,934 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,935 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,935 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,936 [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)'. 2021-07-21 11:56:05,936 [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)'. 2021-07-21 11:56:05,936 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,936 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,936 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,936 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,936 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,936 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,937 [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)'. 2021-07-21 11:56:05,937 [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)'. 2021-07-21 11:56:05,937 [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)'. 2021-07-21 11:56:05,937 [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)'. 2021-07-21 11:56:05,937 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,937 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,937 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,937 [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)'. 2021-07-21 11:56:05,938 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,939 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,939 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,940 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,940 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,941 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,941 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,941 [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)'. 2021-07-21 11:56:05,942 [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)'. 2021-07-21 11:56:05,942 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,942 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,942 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,942 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,942 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,942 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,942 [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)'. 2021-07-21 11:56:05,942 [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)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,943 [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)'. 2021-07-21 11:56:05,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,943 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,943 [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)'. 2021-07-21 11:56:05,944 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,944 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,945 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,946 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,946 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,946 [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)'. 2021-07-21 11:56:05,946 [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)'. 2021-07-21 11:56:05,946 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,947 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,947 [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)'. 2021-07-21 11:56:05,947 [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)'. 2021-07-21 11:56:05,947 [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)'. 2021-07-21 11:56:05,947 [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)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,948 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,949 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,949 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,950 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,951 [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)'. 2021-07-21 11:56:05,951 [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)'. 2021-07-21 11:56:05,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,952 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,952 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,952 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,952 [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)'. 2021-07-21 11:56:05,952 [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)'. 2021-07-21 11:56:05,952 [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)'. 2021-07-21 11:56:05,952 [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)'. 2021-07-21 11:56:05,953 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,953 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,953 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,953 [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)'. 2021-07-21 11:56:05,953 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,954 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,955 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,956 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,956 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,956 [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)'. 2021-07-21 11:56:05,956 [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)'. 2021-07-21 11:56:05,956 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,956 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,957 [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)'. 2021-07-21 11:56:05,957 [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)'. 2021-07-21 11:56:05,957 [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)'. 2021-07-21 11:56:05,957 [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)'. 2021-07-21 11:56:05,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,959 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,959 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,960 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,961 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,961 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,961 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,962 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,963 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,964 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,964 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,965 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,965 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,966 [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)'. 2021-07-21 11:56:05,966 [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)'. 2021-07-21 11:56:05,966 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,966 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,966 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,966 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,966 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,967 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,967 [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)'. 2021-07-21 11:56:05,967 [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)'. 2021-07-21 11:56:05,967 [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)'. 2021-07-21 11:56:05,967 [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)'. 2021-07-21 11:56:05,967 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,967 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,967 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,968 [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)'. 2021-07-21 11:56:05,969 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,969 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,970 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,978 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,979 [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)'. 2021-07-21 11:56:05,979 [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)'. 2021-07-21 11:56:05,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,979 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,980 [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)'. 2021-07-21 11:56:05,980 [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)'. 2021-07-21 11:56:05,980 [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)'. 2021-07-21 11:56:05,980 [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)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,981 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,981 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,982 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,983 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,984 [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)'. 2021-07-21 11:56:05,984 [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)'. 2021-07-21 11:56:05,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,984 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,985 [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)'. 2021-07-21 11:56:05,985 [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)'. 2021-07-21 11:56:05,985 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,985 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,985 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,985 [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)'. 2021-07-21 11:56:05,987 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,987 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,988 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,989 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,990 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,990 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,990 [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)'. 2021-07-21 11:56:05,990 [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)'. 2021-07-21 11:56:05,990 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,990 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,990 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,990 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,991 [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)'. 2021-07-21 11:56:05,991 [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)'. 2021-07-21 11:56:05,991 [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)'. 2021-07-21 11:56:05,991 [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)'. 2021-07-21 11:56:05,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:05,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,991 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,991 [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)'. 2021-07-21 11:56:05,992 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,992 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,993 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,993 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,994 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,994 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,995 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:05,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:05,996 [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)'. 2021-07-21 11:56:05,996 [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)'. 2021-07-21 11:56:05,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:05,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:05,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:05,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:05,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:05,996 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:05,997 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:05,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)'. 2021-07-21 11:56:05,998 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,998 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,998 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:05,999 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,001 [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)'. 2021-07-21 11:56:06,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,001 [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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,002 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,002 [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)'. 2021-07-21 11:56:06,002 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,003 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,004 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,006 [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)'. 2021-07-21 11:56:06,006 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,007 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,008 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,008 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,008 [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)'. 2021-07-21 11:56:06,008 [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)'. 2021-07-21 11:56:06,008 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,008 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,008 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,009 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,010 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,010 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,011 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,012 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,012 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,013 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,013 [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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,014 [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)'. 2021-07-21 11:56:06,014 [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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,016 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,016 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,016 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,017 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,017 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,021 [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)'. 2021-07-21 11:56:06,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,021 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,021 [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)'. 2021-07-21 11:56:06,021 [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)'. 2021-07-21 11:56:06,021 [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)'. 2021-07-21 11:56:06,021 [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)'. 2021-07-21 11:56:06,022 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,022 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,022 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,022 [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)'. 2021-07-21 11:56:06,023 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,023 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,024 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,024 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,024 [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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,025 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,026 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,026 [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)'. 2021-07-21 11:56:06,026 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,027 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,028 [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)'. 2021-07-21 11:56:06,028 [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)'. 2021-07-21 11:56:06,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,030 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,030 [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)'. 2021-07-21 11:56:06,031 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,031 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,032 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,033 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,034 [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)'. 2021-07-21 11:56:06,034 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,035 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,036 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,037 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,037 [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)'. 2021-07-21 11:56:06,037 [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)'. 2021-07-21 11:56:06,037 [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)'. 2021-07-21 11:56:06,037 [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)'. 2021-07-21 11:56:06,037 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,037 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,037 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,037 [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)'. 2021-07-21 11:56:06,038 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,038 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,038 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2021-07-21 11:56:06,039 [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_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/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.128 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2021-07-21 11:56:06,052 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,052 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,052 [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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,053 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,055 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,059 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,060 [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)'. 2021-07-21 11:56:06,060 [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)'. 2021-07-21 11:56:06,060 [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)'. 2021-07-21 11:56:06,060 [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)'. 2021-07-21 11:56:06,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,060 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,061 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,064 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,065 [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)'. 2021-07-21 11:56:06,065 [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)'. 2021-07-21 11:56:06,065 [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)'. 2021-07-21 11:56:06,065 [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)'. 2021-07-21 11:56:06,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,065 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,066 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2021-07-21 11:56:06,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,070 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,070 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,070 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,070 [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)'. 2021-07-21 11:56:06,071 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2021-07-21 11:56:06,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,076 [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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,077 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,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)'. 2021-07-21 11:56:06,077 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'1KB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,081 [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)'. 2021-07-21 11:56:06,081 [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)'. 2021-07-21 11:56:06,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,082 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,082 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,082 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,082 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,082 [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)'. 2021-07-21 11:56:06,082 [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)'. 2021-07-21 11:56:06,082 [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)'. 2021-07-21 11:56:06,082 [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)'. 2021-07-21 11:56:06,082 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,083 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,083 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,083 [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)'. 2021-07-21 11:56:06,084 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'2MB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,087 [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)'. 2021-07-21 11:56:06,087 [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)'. 2021-07-21 11:56:06,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,088 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,088 [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)'. 2021-07-21 11:56:06,088 [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)'. 2021-07-21 11:56:06,088 [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)'. 2021-07-21 11:56:06,088 [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)'. 2021-07-21 11:56:06,088 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,088 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,088 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,088 [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)'. 2021-07-21 11:56:06,089 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,093 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,093 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,093 [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)'. 2021-07-21 11:56:06,093 [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)'. 2021-07-21 11:56:06,093 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,093 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,093 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,093 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,094 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,094 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,094 [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)'. 2021-07-21 11:56:06,094 [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)'. 2021-07-21 11:56:06,094 [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)'. 2021-07-21 11:56:06,094 [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)'. 2021-07-21 11:56:06,094 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,094 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,094 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,094 [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)'. 2021-07-21 11:56:06,095 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,097 [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)'. 2021-07-21 11:56:06,097 [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)'. 2021-07-21 11:56:06,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,098 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,098 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,098 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,098 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,098 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,098 [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)'. 2021-07-21 11:56:06,098 [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)'. 2021-07-21 11:56:06,098 [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)'. 2021-07-21 11:56:06,098 [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)'. 2021-07-21 11:56:06,098 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,098 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,098 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,098 [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)'. 2021-07-21 11:56:06,099 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,102 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,102 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,103 [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)'. 2021-07-21 11:56:06,103 [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)'. 2021-07-21 11:56:06,103 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,103 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,103 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,103 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,103 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,103 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,103 [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)'. 2021-07-21 11:56:06,103 [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)'. 2021-07-21 11:56:06,104 [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)'. 2021-07-21 11:56:06,104 [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)'. 2021-07-21 11:56:06,104 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,104 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,104 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,104 [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)'. 2021-07-21 11:56:06,105 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(field,2,2)} = false [(field = 12.345), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,108 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,108 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,108 [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)'. 2021-07-21 11:56:06,108 [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)'. 2021-07-21 11:56:06,108 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,108 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,108 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,109 [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)'. 2021-07-21 11:56:06,109 [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)'. 2021-07-21 11:56:06,109 [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)'. 2021-07-21 11:56:06,109 [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)'. 2021-07-21 11:56:06,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,109 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,110 [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)'. 2021-07-21 11:56:06,110 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,112 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,112 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,112 [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)'. 2021-07-21 11:56:06,112 [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)'. 2021-07-21 11:56:06,112 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,113 [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)'. 2021-07-21 11:56:06,113 [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)'. 2021-07-21 11:56:06,113 [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)'. 2021-07-21 11:56:06,113 [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)'. 2021-07-21 11:56:06,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,113 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,113 [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)'. 2021-07-21 11:56:06,114 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'gif')} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,116 [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)'. 2021-07-21 11:56:06,116 [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)'. 2021-07-21 11:56:06,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,117 [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)'. 2021-07-21 11:56:06,117 [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)'. 2021-07-21 11:56:06,117 [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)'. 2021-07-21 11:56:06,117 [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)'. 2021-07-21 11:56:06,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,117 [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)'. 2021-07-21 11:56:06,117 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(field,'field')} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,119 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,120 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,120 [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)'. 2021-07-21 11:56:06,120 [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)'. 2021-07-21 11:56:06,120 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,120 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,120 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,120 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,120 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,120 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,120 [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)'. 2021-07-21 11:56:06,120 [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)'. 2021-07-21 11:56:06,120 [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)'. 2021-07-21 11:56:06,120 [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)'. 2021-07-21 11:56:06,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,121 [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)'. 2021-07-21 11:56:06,121 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,122 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,123 [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)'. 2021-07-21 11:56:06,123 [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)'. 2021-07-21 11:56:06,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,123 [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)'. 2021-07-21 11:56:06,123 [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)'. 2021-07-21 11:56:06,123 [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)'. 2021-07-21 11:56:06,123 [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)'. 2021-07-21 11:56:06,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,124 [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)'. 2021-07-21 11:56:06,124 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = abcdef), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,126 [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)'. 2021-07-21 11:56:06,126 [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)'. 2021-07-21 11:56:06,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,127 [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)'. 2021-07-21 11:56:06,127 [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)'. 2021-07-21 11:56:06,127 [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)'. 2021-07-21 11:56:06,127 [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)'. 2021-07-21 11:56:06,127 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,127 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,127 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,127 [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)'. 2021-07-21 11:56:06,128 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,1,2)} = true [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,129 [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)'. 2021-07-21 11:56:06,129 [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)'. 2021-07-21 11:56:06,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,130 [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)'. 2021-07-21 11:56:06,130 [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)'. 2021-07-21 11:56:06,130 [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)'. 2021-07-21 11:56:06,130 [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)'. 2021-07-21 11:56:06,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,130 [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)'. 2021-07-21 11:56:06,131 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,1,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2021-07-21 11:56:06,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,132 [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)'. 2021-07-21 11:56:06,132 [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)'. 2021-07-21 11:56:06,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,132 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,133 [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)'. 2021-07-21 11:56:06,133 [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)'. 2021-07-21 11:56:06,133 [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)'. 2021-07-21 11:56:06,133 [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)'. 2021-07-21 11:56:06,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,133 [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)'. 2021-07-21 11:56:06,133 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2021-07-21 11:56:06,135 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,135 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,135 [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)'. 2021-07-21 11:56:06,135 [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)'. 2021-07-21 11:56:06,135 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,135 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,135 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,135 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,135 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,135 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,136 [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)'. 2021-07-21 11:56:06,136 [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)'. 2021-07-21 11:56:06,136 [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)'. 2021-07-21 11:56:06,136 [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)'. 2021-07-21 11:56:06,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,136 [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)'. 2021-07-21 11:56:06,137 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,0,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2021-07-21 11:56:06,139 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,139 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,139 [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)'. 2021-07-21 11:56:06,139 [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)'. 2021-07-21 11:56:06,139 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,139 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,139 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,139 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,139 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,139 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,139 [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)'. 2021-07-21 11:56:06,139 [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)'. 2021-07-21 11:56:06,139 [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)'. 2021-07-21 11:56:06,139 [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)'. 2021-07-21 11:56:06,139 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,140 [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)'. 2021-07-21 11:56:06,140 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,141 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,141 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,141 [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)'. 2021-07-21 11:56:06,141 [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)'. 2021-07-21 11:56:06,141 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,142 [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)'. 2021-07-21 11:56:06,142 [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)'. 2021-07-21 11:56:06,142 [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)'. 2021-07-21 11:56:06,142 [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)'. 2021-07-21 11:56:06,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,142 [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)'. 2021-07-21 11:56:06,143 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,field)} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,144 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,144 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,144 [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)'. 2021-07-21 11:56:06,144 [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)'. 2021-07-21 11:56:06,144 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,144 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,144 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,145 [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)'. 2021-07-21 11:56:06,145 [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)'. 2021-07-21 11:56:06,145 [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)'. 2021-07-21 11:56:06,145 [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)'. 2021-07-21 11:56:06,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,145 [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)'. 2021-07-21 11:56:06,145 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,147 [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)'. 2021-07-21 11:56:06,147 [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)'. 2021-07-21 11:56:06,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,148 [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)'. 2021-07-21 11:56:06,148 [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)'. 2021-07-21 11:56:06,148 [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)'. 2021-07-21 11:56:06,148 [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)'. 2021-07-21 11:56:06,148 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,148 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,148 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,148 [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)'. 2021-07-21 11:56:06,148 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,150 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,150 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,150 [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)'. 2021-07-21 11:56:06,150 [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)'. 2021-07-21 11:56:06,150 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,150 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,150 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,150 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,150 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,150 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,150 [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)'. 2021-07-21 11:56:06,150 [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)'. 2021-07-21 11:56:06,151 [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)'. 2021-07-21 11:56:06,151 [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)'. 2021-07-21 11:56:06,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,151 [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)'. 2021-07-21 11:56:06,151 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp(field,'[0-9]{5}')} = false [(field = 1234), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,153 [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)'. 2021-07-21 11:56:06,153 [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)'. 2021-07-21 11:56:06,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,154 [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)'. 2021-07-21 11:56:06,154 [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)'. 2021-07-21 11:56:06,154 [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)'. 2021-07-21 11:56:06,154 [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)'. 2021-07-21 11:56:06,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,154 [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)'. 2021-07-21 11:56:06,154 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(field,3)} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,156 [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)'. 2021-07-21 11:56:06,156 [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)'. 2021-07-21 11:56:06,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,156 [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)'. 2021-07-21 11:56:06,156 [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)'. 2021-07-21 11:56:06,157 [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)'. 2021-07-21 11:56:06,157 [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)'. 2021-07-21 11:56:06,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,157 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,157 [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)'. 2021-07-21 11:56:06,157 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,3)} = true [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2021-07-21 11:56:06,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,159 [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)'. 2021-07-21 11:56:06,159 [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)'. 2021-07-21 11:56:06,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,159 [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)'. 2021-07-21 11:56:06,159 [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)'. 2021-07-21 11:56:06,160 [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)'. 2021-07-21 11:56:06,160 [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)'. 2021-07-21 11:56:06,160 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,160 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,160 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,160 [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)'. 2021-07-21 11:56:06,160 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2021-07-21 11:56:06,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,162 [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)'. 2021-07-21 11:56:06,162 [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)'. 2021-07-21 11:56:06,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,162 [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)'. 2021-07-21 11:56:06,163 [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)'. 2021-07-21 11:56:06,163 [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)'. 2021-07-21 11:56:06,163 [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)'. 2021-07-21 11:56:06,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,163 [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)'. 2021-07-21 11:56:06,164 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(field,3)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2021-07-21 11:56:06,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,166 [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)'. 2021-07-21 11:56:06,166 [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)'. 2021-07-21 11:56:06,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,166 [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)'. 2021-07-21 11:56:06,166 [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)'. 2021-07-21 11:56:06,166 [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)'. 2021-07-21 11:56:06,166 [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)'. 2021-07-21 11:56:06,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,166 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,166 [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)'. 2021-07-21 11:56:06,167 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2021-07-21 11:56:06,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,168 [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)'. 2021-07-21 11:56:06,168 [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)'. 2021-07-21 11:56:06,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,168 [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)'. 2021-07-21 11:56:06,168 [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)'. 2021-07-21 11:56:06,168 [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)'. 2021-07-21 11:56:06,168 [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)'. 2021-07-21 11:56:06,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,169 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,169 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,169 [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)'. 2021-07-21 11:56:06,169 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2021-07-21 11:56:06,171 [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)'. 2021-07-21 11:56:06,171 [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)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2021-07-21 11:56:06,171 [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)'. 2021-07-21 11:56:06,171 [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)'. 2021-07-21 11:56:06,171 [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)'. 2021-07-21 11:56:06,171 [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)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2021-07-21 11:56:06,171 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2021-07-21 11:56:06,172 [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)'. 2021-07-21 11:56:06,172 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(field)} = false [(field = +++), (upload = [/var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_1.23.x/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.13 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2021-07-21 11:56:06,198 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2021-07-21 11:56:06,199 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 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_1.23.x/appng-formtags/target/appng-formtags-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/target/appng-formtags-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/target/appng-formtags-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.23.0-SNAPSHOT/appng-formtags-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.23.0-SNAPSHOT/appng-formtags-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-formtags/target/appng-formtags-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.23.0-SNAPSHOT/appng-formtags-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-formtags --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 995 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/maven-metadata.xml (995 B at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/appng-formtags-1.23.0-20210721.095606-37.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-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/appng-formtags-1.23.0-20210721.095606-37.jar (30 kB at 39 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/appng-formtags-1.23.0-20210721.095606-37.pom Progress (1): 1.8 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/appng-formtags-1.23.0-20210721.095606-37.pom (1.8 kB at 2.7 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/maven-metadata.xml Progress (1): 1.7 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/maven-metadata.xml (1.7 kB at 3.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 995 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/maven-metadata.xml (995 B at 767 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/maven-metadata.xml Progress (1): 1.7 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/maven-metadata.xml (1.7 kB at 2.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/appng-formtags-1.23.0-20210721.095606-37-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-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/appng-formtags-1.23.0-20210721.095606-37-sources.jar (21 kB at 49 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 995 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-formtags/1.23.0-SNAPSHOT/maven-metadata.xml (995 B at 2.2 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-xmlapi --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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 127 source files to /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-xmlapi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-xmlapi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.xml.MarshallServiceTest 2021-07-21 11:56:27,236 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'. 2021-07-21 11:56:27,236 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'. 2021-07-21 11:56:27,238 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. 2021-07-21 11:56:27,238 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. 2021-07-21 11:56:27,248 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> 2021-07-21 11:56:27,248 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> 2021-07-21 11:56:27,251 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'. 2021-07-21 11:56:27,251 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'. 2021-07-21 11:56:27,253 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. 2021-07-21 11:56:27,253 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. 2021-07-21 11:56:27,254 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'. 2021-07-21 11:56:27,254 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'. 2021-07-21 11:56:27,255 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. 2021-07-21 11:56:27,255 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. 2021-07-21 11:56:27,256 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'. 2021-07-21 11:56:27,256 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'. 2021-07-21 11:56:27,257 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. 2021-07-21 11:56:27,257 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. 2021-07-21 11:56:27,258 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'. 2021-07-21 11:56:27,258 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'. 2021-07-21 11:56:27,259 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. 2021-07-21 11:56:27,259 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. 2021-07-21 11:56:27,259 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'. 2021-07-21 11:56:27,259 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'. 2021-07-21 11:56:27,260 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'. 2021-07-21 11:56:27,260 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'. 2021-07-21 11:56:27,262 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. 2021-07-21 11:56:27,262 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. 2021-07-21 11:56:27,262 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> 2021-07-21 11:56:27,262 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> 2021-07-21 11:56:27,289 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. 2021-07-21 11:56:27,289 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. 2021-07-21 11:56:27,300 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. 2021-07-21 11:56:27,300 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. 2021-07-21 11:56:27,306 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. 2021-07-21 11:56:27,306 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. 2021-07-21 11:56:27,312 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. 2021-07-21 11:56:27,312 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. 2021-07-21 11:56:27,315 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. 2021-07-21 11:56:27,315 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. 2021-07-21 11:56:27,846 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@4d5650ae: 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. 2021-07-21 11:56:27,846 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@4d5650ae: 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: 4.798 s - in org.appng.xml.MarshallServiceTest [INFO] Running org.appng.xml.transformation.StyleSheetProviderTest 2021-07-21 11:56:27,957 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2021-07-21 11:56:27,957 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.appng.xml.transformation.StyleSheetProviderTest [INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest 2021-07-21 11:56:28,052 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_1.23.x/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java 2021-07-21 11:56:28,052 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_1.23.x/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 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_1.23.x/appng-xmlapi/target/appng-xmlapi-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-xmlapi/target/appng-xmlapi-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-xmlapi/target/appng-xmlapi-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/appng-xmlapi-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-xmlapi/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/appng-xmlapi-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-xmlapi/target/appng-xmlapi-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/appng-xmlapi-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-xmlapi --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 40 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/appng-xmlapi-1.23.0-20210721.095628-37.jar Progress (1): 2.0/158 kB Progress (1): 4.1/158 kB Progress (1): 6.1/158 kB Progress (1): 8.2/158 kB Progress (1): 10/158 kB Progress (1): 12/158 kB Progress (1): 14/158 kB Progress (1): 16/158 kB Progress (1): 18/158 kB Progress (1): 20/158 kB Progress (1): 23/158 kB Progress (1): 25/158 kB Progress (1): 27/158 kB Progress (1): 29/158 kB Progress (1): 31/158 kB Progress (1): 33/158 kB Progress (1): 35/158 kB Progress (1): 37/158 kB Progress (1): 39/158 kB Progress (1): 41/158 kB Progress (1): 43/158 kB Progress (1): 45/158 kB Progress (1): 47/158 kB Progress (1): 49/158 kB Progress (1): 51/158 kB Progress (1): 53/158 kB Progress (1): 55/158 kB Progress (1): 57/158 kB Progress (1): 59/158 kB Progress (1): 61/158 kB Progress (1): 63/158 kB Progress (1): 66/158 kB Progress (1): 68/158 kB Progress (1): 70/158 kB Progress (1): 72/158 kB Progress (1): 74/158 kB Progress (1): 76/158 kB Progress (1): 78/158 kB Progress (1): 80/158 kB Progress (1): 82/158 kB Progress (1): 84/158 kB Progress (1): 86/158 kB Progress (1): 88/158 kB Progress (1): 90/158 kB Progress (1): 92/158 kB Progress (1): 94/158 kB Progress (1): 96/158 kB Progress (1): 98/158 kB Progress (1): 100/158 kB Progress (1): 102/158 kB Progress (1): 104/158 kB Progress (1): 106/158 kB Progress (1): 109/158 kB Progress (1): 111/158 kB Progress (1): 113/158 kB Progress (1): 115/158 kB Progress (1): 117/158 kB Progress (1): 119/158 kB Progress (1): 121/158 kB Progress (1): 123/158 kB Progress (1): 125/158 kB Progress (1): 127/158 kB Progress (1): 129/158 kB Progress (1): 131/158 kB Progress (1): 133/158 kB Progress (1): 135/158 kB Progress (1): 137/158 kB Progress (1): 139/158 kB Progress (1): 141/158 kB Progress (1): 143/158 kB Progress (1): 145/158 kB Progress (1): 147/158 kB Progress (1): 150/158 kB Progress (1): 152/158 kB Progress (1): 154/158 kB Progress (1): 156/158 kB Progress (1): 158/158 kB Progress (1): 158 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/appng-xmlapi-1.23.0-20210721.095628-37.jar (158 kB at 343 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/appng-xmlapi-1.23.0-20210721.095628-37.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/appng-xmlapi-1.23.0-20210721.095628-37.pom (3.1 kB at 7.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 1.7 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/maven-metadata.xml (1.7 kB at 3.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 780 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 1.7 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/maven-metadata.xml (1.7 kB at 2.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/appng-xmlapi-1.23.0-20210721.095628-37-sources.jar Progress (1): 2.0/166 kB Progress (1): 4.1/166 kB Progress (1): 6.1/166 kB Progress (1): 8.2/166 kB Progress (1): 10/166 kB Progress (1): 12/166 kB Progress (1): 14/166 kB Progress (1): 16/166 kB Progress (1): 18/166 kB Progress (1): 20/166 kB Progress (1): 23/166 kB Progress (1): 25/166 kB Progress (1): 27/166 kB Progress (1): 29/166 kB Progress (1): 31/166 kB Progress (1): 33/166 kB Progress (1): 35/166 kB Progress (1): 37/166 kB Progress (1): 39/166 kB Progress (1): 41/166 kB Progress (1): 43/166 kB Progress (1): 45/166 kB Progress (1): 47/166 kB Progress (1): 49/166 kB Progress (1): 51/166 kB Progress (1): 53/166 kB Progress (1): 55/166 kB Progress (1): 57/166 kB Progress (1): 59/166 kB Progress (1): 61/166 kB Progress (1): 63/166 kB Progress (1): 66/166 kB Progress (1): 68/166 kB Progress (1): 70/166 kB Progress (1): 72/166 kB Progress (1): 74/166 kB Progress (1): 76/166 kB Progress (1): 78/166 kB Progress (1): 80/166 kB Progress (1): 82/166 kB Progress (1): 84/166 kB Progress (1): 86/166 kB Progress (1): 88/166 kB Progress (1): 90/166 kB Progress (1): 92/166 kB Progress (1): 94/166 kB Progress (1): 96/166 kB Progress (1): 98/166 kB Progress (1): 100/166 kB Progress (1): 102/166 kB Progress (1): 104/166 kB Progress (1): 106/166 kB Progress (1): 109/166 kB Progress (1): 111/166 kB Progress (1): 113/166 kB Progress (1): 115/166 kB Progress (1): 117/166 kB Progress (1): 119/166 kB Progress (1): 121/166 kB Progress (1): 123/166 kB Progress (1): 125/166 kB Progress (1): 127/166 kB Progress (1): 129/166 kB Progress (1): 131/166 kB Progress (1): 133/166 kB Progress (1): 135/166 kB Progress (1): 137/166 kB Progress (1): 139/166 kB Progress (1): 141/166 kB Progress (1): 143/166 kB Progress (1): 145/166 kB Progress (1): 147/166 kB Progress (1): 150/166 kB Progress (1): 152/166 kB Progress (1): 154/166 kB Progress (1): 156/166 kB Progress (1): 158/166 kB Progress (1): 160/166 kB Progress (1): 162/166 kB Progress (1): 164/166 kB Progress (1): 166 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/appng-xmlapi-1.23.0-20210721.095628-37-sources.jar (166 kB at 820 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-xmlapi/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 1.2 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-api --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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 173 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/src/main/java/org/appng/api/support/OptionFactory.java uses unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/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 37 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/target/test-classes [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/src/test/java/org/appng/api/RequestDataBinderTest.java: /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/src/test/java/org/appng/api/RequestDataBinderTest.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/src/test/java/org/appng/api/RequestDataBinderTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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.842 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.036 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.015 s - in org.appng.api.RequestDataBinderTest [INFO] Running org.appng.api.ConfigValidatorTest 2021-07-21 11:56:49,018 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2021-07-21 11:56:49,027 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2021-07-21 11:56:49,059 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 2021-07-21 11:56:49,067 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 2021-07-21 11:56:49,074 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2021-07-21 11:56:49,080 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 2021-07-21 11:56:49,088 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2021-07-21 11:56:49,095 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2021-07-21 11:56:49,100 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 2021-07-21 11:56:49,105 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 2021-07-21 11:56:49,110 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2021-07-21 11:56:49,114 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 2021-07-21 11:56:49,194 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config//permissions/permission[@ref='testPermission'] in resource datasource.xml 2021-07-21 11:56:49,197 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 2021-07-21 11:56:49,201 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2021-07-21 11:56:49,205 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 2021-07-21 11:56:49,209 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='hyrule'] in resource datasource.xml 2021-07-21 11:56:49,213 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2021-07-21 11:56:49,216 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2021-07-21 11:56:49,220 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 2021-07-21 11:56:49,223 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 2021-07-21 11:56:49,226 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2021-07-21 11:56:49,230 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 2021-07-21 11:56:49,304 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 323ms 2021-07-21 11:56:49,305 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'. 2021-07-21 11:56:49,313 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml 2021-07-21 11:56:49,326 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml 2021-07-21 11:56:49,333 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml 2021-07-21 11:56:49,336 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.84 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.112 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.018 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.057 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.029 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.007 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.204 s - in org.appng.api.support.CallableDataSourceTest [INFO] Running org.appng.api.support.RequestSupportTest 2021-07-21 11:56:49,864 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' 2021-07-21 11:56:49,875 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2021-07-21 11:56:49,876 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2021-07-21 11:56:49,881 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###' 2021-07-21 11:56:50,687 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.664 s - in org.appng.api.support.RequestSupportTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2021-07-21 11:56:53,500 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.039 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterLocalDateTimeTest 2021-07-21 11:56:53,543 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.039 s - in org.appng.api.support.field.DateFieldConverterLocalDateTimeTest [INFO] Running org.appng.api.support.field.DateFieldConverterLocalDateTest 2021-07-21 11:56:53,564 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.018 s - in org.appng.api.support.field.DateFieldConverterLocalDateTest [INFO] Running org.appng.api.support.field.DateFieldConverterJodaLocalDateTimeTest 2021-07-21 11:56:53,903 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.334 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.061 s - in org.appng.api.support.field.DefaultFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterJodaDateTimeTest 2021-07-21 11:56:53,987 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.019 s - in org.appng.api.support.field.DateFieldConverterJodaDateTimeTest [INFO] Running org.appng.api.support.field.DateFieldConverterZonedDateTimeTest 2021-07-21 11:56:54,005 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.015 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.946 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.033 s - in org.appng.api.support.field.ListFieldConverterTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2021-07-21 11:56:55,034 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2021-07-21 11:56:55,040 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.044 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.016 s - in org.appng.api.support.field.FileFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterOffsetDateTimeTest 2021-07-21 11:56:55,082 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.018 s - in org.appng.api.support.field.DateFieldConverterOffsetDateTimeTest [INFO] Running org.appng.api.support.field.DateFieldConverterJodaLocalDateTest 2021-07-21 11:56:55,104 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.019 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.011 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.061 s - in org.appng.api.support.ApplicationRequestTest [INFO] Running org.appng.api.support.CallableActionTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 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.011 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.014 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.004 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.525 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.015 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.067 s - in org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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.001 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.001 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.001 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.001 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.062 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.011 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.043 s - in org.appng.api.support.ResultServiceTest [INFO] Running org.appng.api.support.environment.EnvironmentTest 2021-07-21 11:56:56,164 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.044 s - in org.appng.api.support.environment.EnvironmentTest [INFO] Running org.appng.api.support.environment.AttributeWrapperTest 2021-07-21 11:56:56,166 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1562533966 for site thesite with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.support.environment.AttributeWrapperTest [INFO] Running org.appng.api.validation.constraints.RichtextSizeValidatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.appng.api.validation.constraints.RichtextSizeValidatorTest [INFO] Running org.appng.api.model.PropertyTypeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.525 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.001 s - in org.appng.api.DataContainerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 323, 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_1.23.x/appng-api/target/appng-api-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/target/appng-api-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/target/appng-api-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-api/target/appng-api-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-api --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 990 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/maven-metadata.xml (990 B at 6.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-20210721.095657-37.jar Progress (1): 2.0/354 kB Progress (1): 4.1/354 kB Progress (1): 6.1/354 kB Progress (1): 8.2/354 kB Progress (1): 10/354 kB Progress (1): 12/354 kB Progress (1): 14/354 kB Progress (1): 16/354 kB Progress (1): 18/354 kB Progress (1): 20/354 kB Progress (1): 23/354 kB Progress (1): 25/354 kB Progress (1): 27/354 kB Progress (1): 29/354 kB Progress (1): 31/354 kB Progress (1): 33/354 kB Progress (1): 35/354 kB Progress (1): 37/354 kB Progress (1): 39/354 kB Progress (1): 41/354 kB Progress (1): 43/354 kB Progress (1): 45/354 kB Progress (1): 47/354 kB Progress (1): 49/354 kB Progress (1): 51/354 kB Progress (1): 53/354 kB Progress (1): 55/354 kB Progress (1): 57/354 kB Progress (1): 59/354 kB Progress (1): 61/354 kB Progress (1): 63/354 kB Progress (1): 66/354 kB Progress (1): 68/354 kB Progress (1): 70/354 kB Progress (1): 72/354 kB Progress (1): 74/354 kB Progress (1): 76/354 kB Progress (1): 78/354 kB Progress (1): 80/354 kB Progress (1): 82/354 kB Progress (1): 84/354 kB Progress (1): 86/354 kB Progress (1): 88/354 kB Progress (1): 90/354 kB Progress (1): 92/354 kB Progress (1): 94/354 kB Progress (1): 96/354 kB Progress (1): 98/354 kB Progress (1): 100/354 kB Progress (1): 102/354 kB Progress (1): 104/354 kB Progress (1): 106/354 kB Progress (1): 109/354 kB Progress (1): 111/354 kB Progress (1): 113/354 kB Progress (1): 115/354 kB Progress (1): 117/354 kB Progress (1): 119/354 kB Progress (1): 121/354 kB Progress (1): 123/354 kB Progress (1): 125/354 kB Progress (1): 127/354 kB Progress (1): 129/354 kB Progress (1): 131/354 kB Progress (1): 133/354 kB Progress (1): 135/354 kB Progress (1): 137/354 kB Progress (1): 139/354 kB Progress (1): 141/354 kB Progress (1): 143/354 kB Progress (1): 145/354 kB Progress (1): 147/354 kB Progress (1): 150/354 kB Progress (1): 152/354 kB Progress (1): 154/354 kB Progress (1): 156/354 kB Progress (1): 158/354 kB Progress (1): 160/354 kB Progress (1): 162/354 kB Progress (1): 164/354 kB Progress (1): 166/354 kB Progress (1): 168/354 kB Progress (1): 170/354 kB Progress (1): 172/354 kB Progress (1): 174/354 kB Progress (1): 176/354 kB Progress (1): 178/354 kB Progress (1): 180/354 kB Progress (1): 182/354 kB Progress (1): 184/354 kB Progress (1): 186/354 kB Progress (1): 188/354 kB Progress (1): 190/354 kB Progress (1): 193/354 kB Progress (1): 195/354 kB Progress (1): 197/354 kB Progress (1): 199/354 kB Progress (1): 201/354 kB Progress (1): 203/354 kB Progress (1): 205/354 kB Progress (1): 207/354 kB Progress (1): 209/354 kB Progress (1): 211/354 kB Progress (1): 213/354 kB Progress (1): 215/354 kB Progress (1): 217/354 kB Progress (1): 219/354 kB Progress (1): 221/354 kB Progress (1): 223/354 kB Progress (1): 225/354 kB Progress (1): 227/354 kB Progress (1): 229/354 kB Progress (1): 231/354 kB Progress (1): 233/354 kB Progress (1): 236/354 kB Progress (1): 238/354 kB Progress (1): 240/354 kB Progress (1): 242/354 kB Progress (1): 244/354 kB Progress (1): 246/354 kB Progress (1): 248/354 kB Progress (1): 250/354 kB Progress (1): 252/354 kB Progress (1): 254/354 kB Progress (1): 256/354 kB Progress (1): 258/354 kB Progress (1): 260/354 kB Progress (1): 262/354 kB Progress (1): 264/354 kB Progress (1): 266/354 kB Progress (1): 268/354 kB Progress (1): 270/354 kB Progress (1): 272/354 kB Progress (1): 274/354 kB Progress (1): 276/354 kB Progress (1): 279/354 kB Progress (1): 281/354 kB Progress (1): 283/354 kB Progress (1): 285/354 kB Progress (1): 287/354 kB Progress (1): 289/354 kB Progress (1): 291/354 kB Progress (1): 293/354 kB Progress (1): 295/354 kB Progress (1): 297/354 kB Progress (1): 299/354 kB Progress (1): 301/354 kB Progress (1): 303/354 kB Progress (1): 305/354 kB Progress (1): 307/354 kB Progress (1): 309/354 kB Progress (1): 311/354 kB Progress (1): 313/354 kB Progress (1): 315/354 kB Progress (1): 317/354 kB Progress (1): 319/354 kB Progress (1): 322/354 kB Progress (1): 324/354 kB Progress (1): 326/354 kB Progress (1): 328/354 kB Progress (1): 330/354 kB Progress (1): 332/354 kB Progress (1): 334/354 kB Progress (1): 336/354 kB Progress (1): 338/354 kB Progress (1): 340/354 kB Progress (1): 342/354 kB Progress (1): 344/354 kB Progress (1): 346/354 kB Progress (1): 348/354 kB Progress (1): 350/354 kB Progress (1): 352/354 kB Progress (1): 354 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-20210721.095657-37.jar (354 kB at 1.7 MB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-20210721.095657-37.pom Progress (1): 2.0/3.9 kB Progress (1): 3.9 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-20210721.095657-37.pom (3.9 kB at 9.7 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/maven-metadata.xml (1.6 kB at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 990 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/maven-metadata.xml (990 B at 1.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/maven-metadata.xml (1.6 kB at 2.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-20210721.095657-37-sources.jar Progress (1): 2.0/282 kB Progress (1): 4.1/282 kB Progress (1): 6.1/282 kB Progress (1): 8.2/282 kB Progress (1): 10/282 kB Progress (1): 12/282 kB Progress (1): 14/282 kB Progress (1): 16/282 kB Progress (1): 18/282 kB Progress (1): 20/282 kB Progress (1): 23/282 kB Progress (1): 25/282 kB Progress (1): 27/282 kB Progress (1): 29/282 kB Progress (1): 31/282 kB Progress (1): 33/282 kB Progress (1): 35/282 kB Progress (1): 37/282 kB Progress (1): 39/282 kB Progress (1): 41/282 kB Progress (1): 43/282 kB Progress (1): 45/282 kB Progress (1): 47/282 kB Progress (1): 49/282 kB Progress (1): 51/282 kB Progress (1): 53/282 kB Progress (1): 55/282 kB Progress (1): 57/282 kB Progress (1): 59/282 kB Progress (1): 61/282 kB Progress (1): 63/282 kB Progress (1): 66/282 kB Progress (1): 68/282 kB Progress (1): 70/282 kB Progress (1): 72/282 kB Progress (1): 74/282 kB Progress (1): 76/282 kB Progress (1): 78/282 kB Progress (1): 80/282 kB Progress (1): 82/282 kB Progress (1): 84/282 kB Progress (1): 86/282 kB Progress (1): 88/282 kB Progress (1): 90/282 kB Progress (1): 92/282 kB Progress (1): 94/282 kB Progress (1): 96/282 kB Progress (1): 98/282 kB Progress (1): 100/282 kB Progress (1): 102/282 kB Progress (1): 104/282 kB Progress (1): 106/282 kB Progress (1): 109/282 kB Progress (1): 111/282 kB Progress (1): 113/282 kB Progress (1): 115/282 kB Progress (1): 117/282 kB Progress (1): 119/282 kB Progress (1): 121/282 kB Progress (1): 123/282 kB Progress (1): 125/282 kB Progress (1): 127/282 kB Progress (1): 129/282 kB Progress (1): 131/282 kB Progress (1): 133/282 kB Progress (1): 135/282 kB Progress (1): 137/282 kB Progress (1): 139/282 kB Progress (1): 141/282 kB Progress (1): 143/282 kB Progress (1): 145/282 kB Progress (1): 147/282 kB Progress (1): 150/282 kB Progress (1): 152/282 kB Progress (1): 154/282 kB Progress (1): 156/282 kB Progress (1): 158/282 kB Progress (1): 160/282 kB Progress (1): 162/282 kB Progress (1): 164/282 kB Progress (1): 166/282 kB Progress (1): 168/282 kB Progress (1): 170/282 kB Progress (1): 172/282 kB Progress (1): 174/282 kB Progress (1): 176/282 kB Progress (1): 178/282 kB Progress (1): 180/282 kB Progress (1): 182/282 kB Progress (1): 184/282 kB Progress (1): 186/282 kB Progress (1): 188/282 kB Progress (1): 190/282 kB Progress (1): 193/282 kB Progress (1): 195/282 kB Progress (1): 197/282 kB Progress (1): 199/282 kB Progress (1): 201/282 kB Progress (1): 203/282 kB Progress (1): 205/282 kB Progress (1): 207/282 kB Progress (1): 209/282 kB Progress (1): 211/282 kB Progress (1): 213/282 kB Progress (1): 215/282 kB Progress (1): 217/282 kB Progress (1): 219/282 kB Progress (1): 221/282 kB Progress (1): 223/282 kB Progress (1): 225/282 kB Progress (1): 227/282 kB Progress (1): 229/282 kB Progress (1): 231/282 kB Progress (1): 233/282 kB Progress (1): 236/282 kB Progress (1): 238/282 kB Progress (1): 240/282 kB Progress (1): 242/282 kB Progress (1): 244/282 kB Progress (1): 246/282 kB Progress (1): 248/282 kB Progress (1): 250/282 kB Progress (1): 252/282 kB Progress (1): 254/282 kB Progress (1): 256/282 kB Progress (1): 258/282 kB Progress (1): 260/282 kB Progress (1): 262/282 kB Progress (1): 264/282 kB Progress (1): 266/282 kB Progress (1): 268/282 kB Progress (1): 270/282 kB Progress (1): 272/282 kB Progress (1): 274/282 kB Progress (1): 276/282 kB Progress (1): 279/282 kB Progress (1): 281/282 kB Progress (1): 282 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-20210721.095657-37-sources.jar (282 kB at 738 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 990 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/maven-metadata.xml (990 B at 849 B/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-testsupport --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-testsupport/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-testsupport --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.testsupport.TestBaseTest 2021-07-21 11:57:06,704 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] 2021-07-21 11:57:06,728 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6b67034, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@16267862, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@453da22c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@71248c21, org.springframework.test.context.transaction.TransactionalTestExecutionListener@442675e1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6166e06f] 2021-07-21 11:57:06,930 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2021-07-21 11:57:07,224 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7bb58ca3: startup date [Wed Jul 21 11:57:07 CEST 2021]; root of context hierarchy 2021-07-21 11:57:07,500 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2021-07-21 11:57:08,703 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7bb58ca3: startup date [Wed Jul 21 11:57:07 CEST 2021]; root of context hierarchy [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.746 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: 1.05 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.02 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.474 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.066 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.028 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.022 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_1.23.x/appng-testsupport/target/appng-testsupport-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-testsupport/target/appng-testsupport-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-testsupport/target/appng-testsupport-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.23.0-SNAPSHOT/appng-testsupport-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-testsupport/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.23.0-SNAPSHOT/appng-testsupport-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-testsupport/target/appng-testsupport-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.23.0-SNAPSHOT/appng-testsupport-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-testsupport --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 998 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/maven-metadata.xml (998 B at 37 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/appng-testsupport-1.23.0-20210721.095710-37.jar Progress (1): 2.0/62 kB Progress (1): 4.1/62 kB Progress (1): 6.1/62 kB Progress (1): 8.2/62 kB Progress (1): 10/62 kB Progress (1): 12/62 kB Progress (1): 14/62 kB Progress (1): 16/62 kB Progress (1): 18/62 kB Progress (1): 20/62 kB Progress (1): 23/62 kB Progress (1): 25/62 kB Progress (1): 27/62 kB Progress (1): 29/62 kB Progress (1): 31/62 kB Progress (1): 33/62 kB Progress (1): 35/62 kB Progress (1): 37/62 kB Progress (1): 39/62 kB Progress (1): 41/62 kB Progress (1): 43/62 kB Progress (1): 45/62 kB Progress (1): 47/62 kB Progress (1): 49/62 kB Progress (1): 51/62 kB Progress (1): 53/62 kB Progress (1): 55/62 kB Progress (1): 57/62 kB Progress (1): 59/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/appng-testsupport-1.23.0-20210721.095710-37.jar (62 kB at 168 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/appng-testsupport-1.23.0-20210721.095710-37.pom Progress (1): 2.0/2.2 kB Progress (1): 2.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/appng-testsupport-1.23.0-20210721.095710-37.pom (2.2 kB at 16 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/maven-metadata.xml (1.6 kB at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 998 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/maven-metadata.xml (998 B at 1.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/maven-metadata.xml (1.6 kB at 1.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/appng-testsupport-1.23.0-20210721.095710-37-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/37 kB Progress (1): 37 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/appng-testsupport-1.23.0-20210721.095710-37-sources.jar (37 kB at 72 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 998 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-testsupport/1.23.0-SNAPSHOT/maven-metadata.xml (998 B at 1.3 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-rest-api --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/pom.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/README.md [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/build.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/build.sbt [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/settings.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/gradle.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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_1.23.x/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_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/.swagger-codegen-ignore [INFO] writing file /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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_1.23.x/appng-rest-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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_1.23.x/appng-rest-api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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.245 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 2021-07-21 11:57:25,611 DEBUG [main] org.appng.api.rest.RestClient : received cookie: foo=bar 2021-07-21 11:57:25,612 DEBUG [main] org.appng.api.rest.RestClient : received cookie: lore=ipsum 2021-07-21 11:57:25,621 DEBUG [main] org.appng.api.rest.RestClient : sent cookie: lore=ipsum 2021-07-21 11:57:25,621 DEBUG [main] org.appng.api.rest.RestClient : sent cookie: foo=bar [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 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_1.23.x/appng-rest-api/target/appng-rest-api-1.23.0-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_1.23.x/appng-rest-api/target/appng-rest-api-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-rest-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/appng-rest-api-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.23.0-SNAPSHOT/appng-rest-api-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.23.0-SNAPSHOT/appng-rest-api-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-rest-api/target/appng-rest-api-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.23.0-SNAPSHOT/appng-rest-api-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-rest-api --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 995 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml (995 B at 3.9 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 995 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml (995 B at 100 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/appng-rest-api-1.23.0-20210721.095726-23.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-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/appng-rest-api-1.23.0-20210721.095726-23.jar (82 kB at 228 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/appng-rest-api-1.23.0-20210721.095726-23.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-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/appng-rest-api-1.23.0-20210721.095726-23.pom (4.4 kB at 9.7 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 284 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml (284 B at 3.1 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 284 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml (284 B at 17 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 995 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml (995 B at 1.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 995 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml (995 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 284 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml (284 B at 578 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 284 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml (284 B at 8.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/appng-rest-api-1.23.0-20210721.095726-23-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-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/appng-rest-api-1.23.0-20210721.095726-23-sources.jar (53 kB at 106 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 284 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml (284 B at 5.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 995 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml (995 B at 2.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 995 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/1.23.0-SNAPSHOT/maven-metadata.xml (995 B at 33 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 284 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-rest-api/maven-metadata.xml (284 B at 672 B/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-persistence --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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 20 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-persistence/target/classes [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 14 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-persistence/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-persistence --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.persistence.hibernate.SnakeCaseNamingStrategyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.appng.persistence.hibernate.SnakeCaseNamingStrategyTest [INFO] Running org.appng.persistence.hibernate.dialect.DialectUTF8Test 2021-07-21 11:57:38,926 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.hibernate.dialect.MariaDB103DialectUTF8 2021-07-21 11:57:39,109 INFO [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.32.Final 2021-07-21 11:57:39,508 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.hibernate.dialect.MySql57DialectUTF8 2021-07-21 11:57:39,510 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.hibernate.dialect.MySql8DialectUTF8 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s - in org.appng.persistence.hibernate.dialect.DialectUTF8Test [INFO] Running org.appng.persistence.repository.SearchRepositoryTest 2021-07-21 11:57:39,756 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6c40365c: startup date [Wed Jul 21 11:57:39 CEST 2021]; root of context hierarchy 2021-07-21 11:57:40,165 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:40,332 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:40,332 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:40,358 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:40,610 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-07-21 11:57:41,311 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) Jul 21, 2021 11:57:41 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2021-07-21 11:57:41,389 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:41,390 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:41,390 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:41,395 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:44,048 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:44,140 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:47,043 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final 2021-07-21 11:57:48,209 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1536ea40] 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. 2021-07-21 11:57:48,214 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5a1f778] 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. 2021-07-21 11:57:48,229 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:48,245 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:49,555 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6c40365c: startup date [Wed Jul 21 11:57:39 CEST 2021]; root of context hierarchy 2021-07-21 11:57:49,555 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:49,556 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:49,564 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@96abc76: startup date [Wed Jul 21 11:57:49 CEST 2021]; root of context hierarchy 2021-07-21 11:57:49,615 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:49,650 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:49,650 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:49,651 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:49,668 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:49,668 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:49,668 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:49,669 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:49,669 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:49,669 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:49,675 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:49,922 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@609b041c] 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. 2021-07-21 11:57:49,924 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6ee37ca7] 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. 2021-07-21 11:57:49,934 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:49,934 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,068 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@96abc76: startup date [Wed Jul 21 11:57:49 CEST 2021]; root of context hierarchy 2021-07-21 11:57:50,069 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,069 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:50,074 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@12fccff0: startup date [Wed Jul 21 11:57:50 CEST 2021]; root of context hierarchy 2021-07-21 11:57:50,103 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:50,124 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:50,124 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,124 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:50,136 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:50,137 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:50,137 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:50,137 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:50,137 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:50,138 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:50,143 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:50,267 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@144a5e6e] 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. 2021-07-21 11:57:50,270 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6c27e700] 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. 2021-07-21 11:57:50,282 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:50,282 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,352 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@12fccff0: startup date [Wed Jul 21 11:57:50 CEST 2021]; root of context hierarchy 2021-07-21 11:57:50,352 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,353 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:50,355 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@273aaab7: startup date [Wed Jul 21 11:57:50 CEST 2021]; root of context hierarchy 2021-07-21 11:57:50,382 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:50,401 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:50,401 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,401 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:50,412 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:50,413 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:50,413 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:50,413 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:50,413 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:50,414 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:50,418 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:50,536 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@51b51641] 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. 2021-07-21 11:57:50,538 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@687b0ddc] 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. 2021-07-21 11:57:50,550 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:50,550 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,619 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@273aaab7: startup date [Wed Jul 21 11:57:50 CEST 2021]; root of context hierarchy 2021-07-21 11:57:50,620 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,620 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:50,622 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2ecdf528: startup date [Wed Jul 21 11:57:50 CEST 2021]; root of context hierarchy 2021-07-21 11:57:50,655 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:50,675 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:50,676 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,676 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:50,688 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:50,688 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:50,688 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:50,688 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:50,688 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:50,689 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:50,695 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:50,849 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@50785f86] 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. 2021-07-21 11:57:50,851 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@338a4c61] 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. 2021-07-21 11:57:50,865 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:50,866 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,964 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2ecdf528: startup date [Wed Jul 21 11:57:50 CEST 2021]; root of context hierarchy 2021-07-21 11:57:50,964 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:50,964 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:50,972 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2a54c92e: startup date [Wed Jul 21 11:57:50 CEST 2021]; root of context hierarchy 2021-07-21 11:57:51,004 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:51,027 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:51,028 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,028 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:51,042 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:51,043 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:51,043 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:51,043 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:51,043 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:51,044 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:51,050 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:51,146 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3c3cd13a] 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. 2021-07-21 11:57:51,148 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6f65a203] 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. 2021-07-21 11:57:51,157 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:51,158 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,224 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2a54c92e: startup date [Wed Jul 21 11:57:50 CEST 2021]; root of context hierarchy 2021-07-21 11:57:51,225 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,225 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:51,228 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@a0e33db: startup date [Wed Jul 21 11:57:51 CEST 2021]; root of context hierarchy 2021-07-21 11:57:51,251 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:51,270 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:51,270 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,270 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:51,280 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:51,281 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:51,281 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:51,282 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:51,282 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:51,283 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:51,287 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:51,385 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f6906f4] 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. 2021-07-21 11:57:51,387 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@24258b54] 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. 2021-07-21 11:57:51,397 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:51,397 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,455 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@a0e33db: startup date [Wed Jul 21 11:57:51 CEST 2021]; root of context hierarchy 2021-07-21 11:57:51,455 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,456 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:51,458 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@515940af: startup date [Wed Jul 21 11:57:51 CEST 2021]; root of context hierarchy 2021-07-21 11:57:51,482 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:51,533 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:51,533 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,533 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:51,547 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:51,547 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:51,547 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:51,547 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:51,547 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:51,549 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:51,554 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:51,662 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1acc768] 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. 2021-07-21 11:57:51,665 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6fd97fd1] 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. 2021-07-21 11:57:51,674 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:51,675 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,758 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@515940af: startup date [Wed Jul 21 11:57:51 CEST 2021]; root of context hierarchy 2021-07-21 11:57:51,759 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,759 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:51,762 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2b19b346: startup date [Wed Jul 21 11:57:51 CEST 2021]; root of context hierarchy 2021-07-21 11:57:51,784 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:51,804 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:51,804 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,804 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:51,817 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:51,817 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:51,817 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:51,817 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:51,817 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:51,820 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:51,824 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:51,923 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@486dd616] 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. 2021-07-21 11:57:51,925 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@38d4488c] 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. 2021-07-21 11:57:51,936 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:51,937 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,996 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2b19b346: startup date [Wed Jul 21 11:57:51 CEST 2021]; root of context hierarchy 2021-07-21 11:57:51,996 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:51,996 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:51,999 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@74844216: startup date [Wed Jul 21 11:57:51 CEST 2021]; root of context hierarchy 2021-07-21 11:57:52,025 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:52,045 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:52,045 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,046 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:52,057 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:52,057 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:52,057 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:52,057 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:52,057 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:52,058 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:52,062 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:52,171 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@14c18a6a] 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. 2021-07-21 11:57:52,174 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@35f35c59] 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. 2021-07-21 11:57:52,185 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:52,186 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,253 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@74844216: startup date [Wed Jul 21 11:57:51 CEST 2021]; root of context hierarchy 2021-07-21 11:57:52,254 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,254 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:52,257 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3794b7b1: startup date [Wed Jul 21 11:57:52 CEST 2021]; root of context hierarchy 2021-07-21 11:57:52,281 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:52,302 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:52,302 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,302 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:52,312 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:52,312 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:52,312 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:52,312 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:52,312 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:52,314 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:52,317 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:52,424 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7bf94e91] 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. 2021-07-21 11:57:52,426 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@72e1e587] 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. 2021-07-21 11:57:52,436 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:52,436 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,553 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3794b7b1: startup date [Wed Jul 21 11:57:52 CEST 2021]; root of context hierarchy 2021-07-21 11:57:52,553 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,554 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:52,556 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@31f5ffb9: startup date [Wed Jul 21 11:57:52 CEST 2021]; root of context hierarchy 2021-07-21 11:57:52,575 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:52,594 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:52,594 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,594 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:52,604 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:52,604 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:52,604 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:52,604 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:52,605 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:52,607 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:52,611 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:52,700 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2a7b5925] 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. 2021-07-21 11:57:52,701 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@31ab75a5] 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. 2021-07-21 11:57:52,710 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:52,711 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,797 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@31f5ffb9: startup date [Wed Jul 21 11:57:52 CEST 2021]; root of context hierarchy 2021-07-21 11:57:52,797 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,798 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:52,800 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@113cc14d: startup date [Wed Jul 21 11:57:52 CEST 2021]; root of context hierarchy 2021-07-21 11:57:52,820 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:52,840 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:52,840 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:52,840 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:52,849 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:52,849 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:52,849 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:52,849 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:52,849 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:52,851 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:52,855 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:52,965 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@62d21afd] 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. 2021-07-21 11:57:52,966 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6e53bb4f] 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. 2021-07-21 11:57:52,975 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:52,976 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,047 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@113cc14d: startup date [Wed Jul 21 11:57:52 CEST 2021]; root of context hierarchy 2021-07-21 11:57:53,047 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,048 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:53,050 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@90c01ab: startup date [Wed Jul 21 11:57:53 CEST 2021]; root of context hierarchy 2021-07-21 11:57:53,069 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:53,088 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:53,088 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,088 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:53,097 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:53,097 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:53,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:53,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:53,098 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:53,099 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:53,102 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:53,185 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@df34b01] 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. 2021-07-21 11:57:53,187 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@198a0416] 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. 2021-07-21 11:57:53,195 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:53,195 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,244 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@90c01ab: startup date [Wed Jul 21 11:57:53 CEST 2021]; root of context hierarchy 2021-07-21 11:57:53,245 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,245 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:53,247 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@294ab038: startup date [Wed Jul 21 11:57:53 CEST 2021]; root of context hierarchy 2021-07-21 11:57:53,264 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:53,282 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:53,283 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,283 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:53,291 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:53,292 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:53,292 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:53,292 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:53,292 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:53,293 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:53,296 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:53,378 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5fa3df] 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. 2021-07-21 11:57:53,380 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4b1ad751] 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. 2021-07-21 11:57:53,389 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:53,390 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,448 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@294ab038: startup date [Wed Jul 21 11:57:53 CEST 2021]; root of context hierarchy 2021-07-21 11:57:53,448 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,448 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:53,451 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@72321701: startup date [Wed Jul 21 11:57:53 CEST 2021]; root of context hierarchy 2021-07-21 11:57:53,471 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:53,492 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:53,492 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,492 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:53,503 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:53,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:53,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:53,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:53,503 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:53,505 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:53,508 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:53,597 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@757ad227] 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. 2021-07-21 11:57:53,599 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1267adbe] 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. 2021-07-21 11:57:53,609 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:53,610 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,670 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@72321701: startup date [Wed Jul 21 11:57:53 CEST 2021]; root of context hierarchy 2021-07-21 11:57:53,670 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:53,670 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: 14.145 s - in org.appng.persistence.repository.SearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest 2021-07-21 11:57:53,700 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:53,709 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:53,710 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:53,710 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:53,710 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:53,710 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:53,715 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:53,718 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:53,804 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7375ebe7] 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. 2021-07-21 11:57:53,806 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@18487f92] 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. 2021-07-21 11:57:53,817 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:53,835 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:53,846 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:53,846 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:53,846 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:53,846 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:53,846 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:53,847 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:53,850 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:53,924 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@d0456ad] 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. 2021-07-21 11:57:53,926 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2125086c] 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. 2021-07-21 11:57:53,934 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:53,960 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:53,968 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:53,969 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:53,969 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:53,969 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:53,969 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:53,970 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:53,974 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:54,069 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f726cf4] 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. 2021-07-21 11:57:54,071 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7f680a9a] 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. 2021-07-21 11:57:54,079 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:54,089 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:54,097 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:54,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:54,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:54,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:54,098 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:54,099 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:54,101 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:54,172 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@388ad8aa] 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. 2021-07-21 11:57:54,174 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4caca86d] 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. 2021-07-21 11:57:54,182 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:54,197 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:54,205 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:54,205 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:54,205 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:54,205 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:54,205 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:54,206 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:54,209 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:54,316 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@ab5f1d5] 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. 2021-07-21 11:57:54,317 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2512eaaa] 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. 2021-07-21 11:57:54,326 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:54,335 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:54,344 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:54,344 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:54,344 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:54,344 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:54,344 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:54,345 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:54,348 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:54,421 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@16cc5e51] 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. 2021-07-21 11:57:54,423 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3503e68e] 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. 2021-07-21 11:57:54,431 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.766 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.QueryDslSearchRepositoryTest 2021-07-21 11:57:54,447 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@bd8f424: startup date [Wed Jul 21 11:57:54 CEST 2021]; root of context hierarchy 2021-07-21 11:57:54,468 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:54,493 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:54,493 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:54,493 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:54,503 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:54,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:54,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:54,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:54,504 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:54,508 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:54,512 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:54,588 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4a52178] 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. 2021-07-21 11:57:54,590 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5c44bce3] 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. 2021-07-21 11:57:54,598 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:54,599 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:54,805 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@bd8f424: startup date [Wed Jul 21 11:57:54 CEST 2021]; root of context hierarchy 2021-07-21 11:57:54,805 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:54,805 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.362 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest 2021-07-21 11:57:54,824 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@642ebd4c: startup date [Wed Jul 21 11:57:54 CEST 2021]; root of context hierarchy 2021-07-21 11:57:54,847 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:57:54,872 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2021-07-21 11:57:54,872 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:54,872 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:57:54,881 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:57:54,881 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:57:54,881 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:57:54,881 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:57:54,881 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:57:54,882 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:57:54,886 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:57:54,962 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3bf92d96] 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. 2021-07-21 11:57:54,964 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2a68932b] 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. 2021-07-21 11:57:54,973 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:57:54,973 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:57:55,062 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@642ebd4c: startup date [Wed Jul 21 11:57:54 CEST 2021]; root of context hierarchy 2021-07-21 11:57:55,063 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.251 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, 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_1.23.x/appng-persistence/target/appng-persistence-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-persistence/target/appng-persistence-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-persistence/target/appng-persistence-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.23.0-SNAPSHOT/appng-persistence-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-persistence/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.23.0-SNAPSHOT/appng-persistence-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-persistence/target/appng-persistence-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.23.0-SNAPSHOT/appng-persistence-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-persistence --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 998 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml (998 B at 48 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 998 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml (998 B at 91 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/appng-persistence-1.23.0-20210721.095755-34.jar Progress (1): 2.0/29 kB Progress (1): 4.1/29 kB Progress (1): 6.1/29 kB Progress (1): 8.2/29 kB Progress (1): 10/29 kB Progress (1): 12/29 kB Progress (1): 14/29 kB Progress (1): 16/29 kB Progress (1): 18/29 kB Progress (1): 20/29 kB Progress (1): 23/29 kB Progress (1): 25/29 kB Progress (1): 27/29 kB Progress (1): 29/29 kB Progress (1): 29 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/appng-persistence-1.23.0-20210721.095755-34.jar (29 kB at 57 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/appng-persistence-1.23.0-20210721.095755-34.pom Progress (1): 2.0/3.3 kB Progress (1): 3.3 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/appng-persistence-1.23.0-20210721.095755-34.pom (3.3 kB at 13 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml (1.6 kB at 7.8 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml (1.6 kB at 5.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 998 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml (998 B at 1.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 998 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml (998 B at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml (1.6 kB at 2.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml (1.6 kB at 57 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/appng-persistence-1.23.0-20210721.095755-34-sources.jar Progress (1): 2.0/28 kB Progress (1): 4.1/28 kB Progress (1): 6.1/28 kB Progress (1): 8.2/28 kB Progress (1): 10/28 kB Progress (1): 12/28 kB Progress (1): 14/28 kB Progress (1): 16/28 kB Progress (1): 18/28 kB Progress (1): 20/28 kB Progress (1): 23/28 kB Progress (1): 25/28 kB Progress (1): 27/28 kB Progress (1): 28 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/appng-persistence-1.23.0-20210721.095755-34-sources.jar (28 kB at 109 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml (1.6 kB at 95 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 998 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml (998 B at 1.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 998 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/1.23.0-SNAPSHOT/maven-metadata.xml (998 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-persistence/maven-metadata.xml (1.6 kB at 3.2 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-search --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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_1.23.x/appng-search/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-search --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.search.indexer.StandardSearcherTest 2021-07-21 11:58:15,057 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2021-07-21 11:58:15,076 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages 2021-07-21 11:58:15,321 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/de/42.jsp 2021-07-21 11:58:15,497 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2021-07-21 11:58:15,499 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2021-07-21 11:58:15,500 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2021-07-21 11:58:15,500 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2021-07-21 11:58:15,701 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/de/42.jsp 2021-07-21 11:58:15,702 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 388ms Jul 21, 2021 11:58:17 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. Jul 21, 2021 11:58:17 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. 2021-07-21 11:58:18,195 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/de/42.txt 2021-07-21 11:58:18,197 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 2495ms 2021-07-21 11:58:18,201 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/en/42.jsp 2021-07-21 11:58:18,205 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2021-07-21 11:58:18,207 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2021-07-21 11:58:18,207 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2021-07-21 11:58:18,207 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2021-07-21 11:58:18,207 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/en/42.jsp 2021-07-21 11:58:18,208 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 7ms 2021-07-21 11:58:18,245 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/en/42.txt 2021-07-21 11:58:18,247 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 39ms 2021-07-21 11:58:18,276 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/en/foobar.txt 2021-07-21 11:58:18,276 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 29ms 2021-07-21 11:58:18,276 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/en/acme.jsp 2021-07-21 11:58:18,281 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2021-07-21 11:58:18,282 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2021-07-21 11:58:18,282 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/en/acme.jsp 2021-07-21 11:58:18,282 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 6ms 2021-07-21 11:58:18,282 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 3204 milliseconds 2021-07-21 11:58:18,806 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1380918947 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2021-07-21 11:58:18,834 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/index 2021-07-21 11:58:20,862 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1380918947 2021-07-21 11:58:20,862 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) 2021-07-21 11:58:20,863 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1380918947, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/index 2021-07-21 11:58:20,866 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@524f26a3 2021-07-21 11:58:20,870 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2021-07-21 11:58:20,871 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e34bf9 2021-07-21 11:58:20,899 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1208129642 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2021-07-21 11:58:21,128 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2021-07-21 11:58:21,128 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [229ms] CREATE, query: +id:/de/42.jsp +type:jsp 2021-07-21 11:58:21,132 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2021-07-21 11:58:21,132 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [4ms] CREATE, query: +id:/de/42.txt +type:txt 2021-07-21 11:58:23,504 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1208129642 2021-07-21 11:58:23,504 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/de' which offered 2 events (CREATE: 2, UPDATE: 0, DELETE: 0). The index now contains 2 documents (was 0 before) 2021-07-21 11:58:23,504 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1208129642, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/index 2021-07-21 11:58:23,505 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@4802986a 2021-07-21 11:58:23,505 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2021-07-21 11:58:23,506 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e34bf9 2021-07-21 11:58:23,512 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#938501691 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2021-07-21 11:58:23,614 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2021-07-21 11:58:23,615 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [24ms] CREATE, query: +id:/en/42.jsp +type:jsp 2021-07-21 11:58:23,620 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2021-07-21 11:58:23,620 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [5ms] CREATE, query: +id:/en/42.txt +type:txt 2021-07-21 11:58:23,622 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2021-07-21 11:58:23,622 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [2ms] CREATE, query: +id:/en/foobar.txt +type:txt 2021-07-21 11:58:23,623 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2021-07-21 11:58:23,623 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2021-07-21 11:58:25,704 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#938501691 2021-07-21 11:58:25,704 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/en' which offered 4 events (CREATE: 4, UPDATE: 0, DELETE: 0). The index now contains 6 documents (was 2 before) 2021-07-21 11:58:25,704 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#938501691, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/index 2021-07-21 11:58:25,705 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@37f0663b 2021-07-21 11:58:25,706 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(8.8.2):c2:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_131, java.vm.version=25.131-b11, lucene.version=8.8.2, os.arch=amd64, java.runtime.version=1.8.0_131-b11, source=flush, os.version=4.9.0-0.bpo.12-amd64, timestamp=1626861503272}]:[attributes={Lucene87StoredFieldsFormat.mode=BEST_SPEED}] :id=377powsvbls10x84sbrxx39ia) 2021-07-21 11:58:25,706 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@11e34bf9 2021-07-21 11:58:26,039 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2021-07-21 11:58:27,801 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2021-07-21 11:58:27,831 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2021-07-21 11:58:27,849 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.471 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2021-07-21 11:58:27,870 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2021-07-21 11:58:27,870 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2021-07-21 11:58:27,870 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2021-07-21 11:58:27,871 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2021-07-21 11:58:27,871 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2021-07-21 11:58:27,871 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pages/en/42.jsp 2021-07-21 11:58:27,873 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2021-07-21 11:58:27,875 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2021-07-21 11:58:27,875 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2021-07-21 11:58:27,875 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2021-07-21 11:58:27,876 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2021-07-21 11:58:27,877 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2021-07-21 11:58:27,877 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.004 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_1.23.x/appng-search/target/appng-search-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/appng-search-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/appng-search-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.23.0-SNAPSHOT/appng-search-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.23.0-SNAPSHOT/appng-search-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-search/target/appng-search-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.23.0-SNAPSHOT/appng-search-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-search --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 23 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 83 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/appng-search-1.23.0-20210721.095828-34.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-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/appng-search-1.23.0-20210721.095828-34.jar (54 kB at 127 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/appng-search-1.23.0-20210721.095828-34.pom Progress (1): 2.0/3.2 kB Progress (1): 3.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/appng-search-1.23.0-20210721.095828-34.pom (3.2 kB at 8.0 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml (1.6 kB at 2.8 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml (1.6 kB at 134 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 1.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml (1.6 kB at 2.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml (1.6 kB at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/appng-search-1.23.0-20210721.095828-34-sources.jar Progress (1): 2.0/40 kB Progress (1): 4.1/40 kB Progress (1): 6.1/40 kB Progress (1): 8.2/40 kB Progress (1): 10/40 kB Progress (1): 12/40 kB Progress (1): 14/40 kB Progress (1): 16/40 kB Progress (1): 18/40 kB Progress (1): 20/40 kB Progress (1): 23/40 kB Progress (1): 25/40 kB Progress (1): 27/40 kB Progress (1): 29/40 kB Progress (1): 31/40 kB Progress (1): 33/40 kB Progress (1): 35/40 kB Progress (1): 37/40 kB Progress (1): 39/40 kB Progress (1): 40 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/appng-search-1.23.0-20210721.095828-34-sources.jar (40 kB at 101 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml (1.6 kB at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 1.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-search/maven-metadata.xml (1.6 kB at 1.9 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-core --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/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_1.23.x/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 105 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 191 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/classes [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/src/main/java/org/appng/core/service/CoreService.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/src/main/java/org/appng/core/service/CoreService.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 87 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 88 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/src/test/java/org/appng/core/service/CoreServiceTest.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/src/test/java/org/appng/core/service/CoreServiceTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.core.domain.SubjectImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in org.appng.core.domain.SubjectImplTest [INFO] Running org.appng.core.domain.ResourceImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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.66 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.009 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2021-07-21 11:58:59,162 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1027495011 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:58:59,181 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2021-07-21 11:58:59,183 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#120689887 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:58:59,184 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2021-07-21 11:58:59,186 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#318353283 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:58:59,186 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2021-07-21 11:58:59,187 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1088104996 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:58:59,187 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#282003944) 2021-07-21 11:58:59,189 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2131960182 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s - in org.appng.core.domain.SiteImplTest [INFO] Running org.appng.core.domain.DatabaseTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.core.domain.DatabaseTypeTest [INFO] Running org.appng.core.domain.PropertyImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.domain.PropertyImplTest [INFO] Running org.appng.core.security.BCryptPasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.732 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.02 s - in org.appng.core.security.Sha1PasswordHandlerTest [INFO] Running org.appng.core.security.DigestValidatorTest 2021-07-21 11:59:02,007 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2021-07-21 11:59:02,007 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 14398993, maximum is 3600000 2021-07-21 11:59:02,008 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2021-07-21 11:59:02,009 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2021-07-21 11:59:02,009 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 3FBBED3B57B64899CD69973F38D8D5FF, but should be BBB198D2D2B39AA2F735E48EE9BB170B 2021-07-21 11:59:02,009 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.appng.core.security.DigestValidatorTest [INFO] Running org.appng.core.security.DefaultPasswordPolicyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.core.security.DefaultPasswordPolicyTest [INFO] Running org.appng.core.security.ConfigurablePasswordPolicyTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.appng.core.security.ConfigurablePasswordPolicyTest [INFO] Running org.appng.core.security.signing.SignerTest 2021-07-21 11:59:02,389 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/zip' 2021-07-21 11:59:02,399 INFO [main] org.appng.core.security.signing.Signer: Writing release file '/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/zip/index' 2021-07-21 11:59:02,400 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2021-07-21 11:59:02,400 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2021-07-21 11:59:02,402 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2021-07-21 11:59:02,403 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2021-07-21 11:59:02,403 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.146 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.46 s - in org.appng.core.security.SaltedDigestTest [INFO] Running org.appng.core.service.TemplateServiceTest 2021-07-21 11:59:03,027 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] 2021-07-21 11:59:03,043 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@522a32b1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@35390ee3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5e01a982, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5ddea849, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5ee2b6f9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@23d1e5d0] 2021-07-21 11:59:03,277 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:03 CEST 2021]; root of context hierarchy 2021-07-21 11:59:04,045 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,046 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,047 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,048 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,049 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,049 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,050 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,051 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,052 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,053 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,053 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,054 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,054 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,054 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,057 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,058 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,059 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:04,279 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:04,691 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:04,855 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:04,951 INFO [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.32.Final 2021-07-21 11:59:05,223 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-07-21 11:59:05,632 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) Jul 21, 2021 11:59:05 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2021-07-21 11:59:05,989 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:05,989 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:05,989 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:05,994 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:06,427 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:06,516 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:07,131 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final 2021-07-21 11:59:08,564 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@398f0516] 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. 2021-07-21 11:59:08,572 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3ea9a091] 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. 2021-07-21 11:59:08,625 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:08,644 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:08,681 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:03 CEST 2021]; root of context hierarchy 2021-07-21 11:59:10,926 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#486371171 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:11,011 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2021-07-21 11:59:11,012 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2021-07-21 11:59:11,012 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2021-07-21 11:59:11,015 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2021-07-21 11:59:11,015 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2021-07-21 11:59:11,015 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2021-07-21 11:59:11,021 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#839624607 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:11,029 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#919561079 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:11,045 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2021-07-21 11:59:11,045 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2021-07-21 11:59:11,045 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2021-07-21 11:59:11,048 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2021-07-21 11:59:11,048 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2021-07-21 11:59:11,048 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2021-07-21 11:59:11,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Template appng-template 2021-07-21 11:59:11,223 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:03 CEST 2021]; root of context hierarchy 2021-07-21 11:59:11,226 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:11,227 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: 8.285 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.CoreServiceTest 2021-07-21 11:59:11,251 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] 2021-07-21 11:59:11,251 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@796cf2b5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7a71ebf1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@16890f00, org.springframework.test.context.support.DirtiesContextTestExecutionListener@77e1dacd, org.springframework.test.context.transaction.TransactionalTestExecutionListener@690677de, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1c5d376c] 2021-07-21 11:59:11,256 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:11 CEST 2021]; root of context hierarchy 2021-07-21 11:59:11,545 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,546 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,546 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,546 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,546 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,547 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,547 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,547 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,548 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,548 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,548 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,549 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,549 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,549 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,549 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:11,596 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:11,701 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:11,717 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:11,774 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:11,774 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:11,774 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:11,774 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:11,775 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:11,775 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:11,782 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:12,093 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3e3a07ab] 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. 2021-07-21 11:59:12,105 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@57063e08] 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. 2021-07-21 11:59:12,147 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:12,147 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:12,152 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:11 CEST 2021]; root of context hierarchy 2021-07-21 11:59:12,626 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1773faf8, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:12,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-1 2021-07-21 11:59:12,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-2 2021-07-21 11:59:12,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2021-07-21 11:59:12,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2021-07-21 11:59:12,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-2 2021-07-21 11:59:12,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-3 2021-07-21 11:59:12,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application manager 2021-07-21 11:59:12,672 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application bugtracker 2021-07-21 11:59:12,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application foobar 2021-07-21 11:59:12,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application manager 2021-07-21 11:59:12,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application bugtracker 2021-07-21 11:59:12,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application foobar 2021-07-21 11:59:12,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foobar 2021-07-21 11:59:12,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.foobar.foobar 2021-07-21 11:59:12,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-1 of application manager 2021-07-21 11:59:12,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-2 of application bugtracker 2021-07-21 11:59:12,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-3 of application foobar 2021-07-21 11:59:12,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role admin 2021-07-21 11:59:12,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role user 2021-07-21 11:59:12,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role debugger 2021-07-21 11:59:12,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2021-07-21 11:59:12,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-2 2021-07-21 11:59:12,699 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-3 2021-07-21 11:59:12,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2021-07-21 11:59:12,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-2 2021-07-21 11:59:12,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-3 2021-07-21 11:59:12,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository repo 2021-07-21 11:59:12,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2021-07-21 11:59:12,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2021-07-21 11:59:12,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2021-07-21 11:59:12,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2021-07-21 11:59:12,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2021-07-21 11:59:12,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2021-07-21 11:59:12,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.inactiveLockPeriod 2021-07-21 11:59:12,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData 2021-07-21 11:59:12,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2021-07-21 11:59:12,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitoringPath 2021-07-21 11:59:12,818 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2021-07-21 11:59:12,819 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2021-07-21 11:59:12,819 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2021-07-21 11:59:12,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2021-07-21 11:59:12,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2021-07-21 11:59:12,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2021-07-21 11:59:12,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2021-07-21 11:59:12,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2021-07-21 11:59:12,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheConfig 2021-07-21 11:59:12,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2021-07-21 11:59:12,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2021-07-21 11:59:12,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2021-07-21 11:59:12,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2021-07-21 11:59:12,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionFilter 2021-07-21 11:59:12,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2021-07-21 11:59:12,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2021-07-21 11:59:12,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2021-07-21 11:59:12,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2021-07-21 11:59:12,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2021-07-21 11:59:12,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2021-07-21 11:59:12,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2021-07-21 11:59:12,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxLoginAttempts 2021-07-21 11:59:12,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2021-07-21 11:59:12,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2021-07-21 11:59:12,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2021-07-21 11:59:12,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2021-07-21 11:59:12,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2021-07-21 11:59:12,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2021-07-21 11:59:12,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2021-07-21 11:59:12,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2021-07-21 11:59:12,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2021-07-21 11:59:12,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2021-07-21 11:59:12,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2021-07-21 11:59:12,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2021-07-21 11:59:12,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2021-07-21 11:59:12,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2021-07-21 11:59:12,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2021-07-21 11:59:12,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2021-07-21 11:59:12,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2021-07-21 11:59:12,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2021-07-21 11:59:12,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2021-07-21 11:59:12,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2021-07-21 11:59:12,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2021-07-21 11:59:12,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2021-07-21 11:59:12,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2021-07-21 11:59:12,918 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2021-07-21 11:59:12,919 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2 2021-07-21 11:59:12,921 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:12,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application manager 2021-07-21 11:59:12,927 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application bugtracker 2021-07-21 11:59:12,929 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application foobar 2021-07-21 11:59:12,930 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role admin 2021-07-21 11:59:12,931 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role user 2021-07-21 11:59:12,932 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role debugger 2021-07-21 11:59:12,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2021-07-21 11:59:12,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheTimeouts 2021-07-21 11:59:12,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2021-07-21 11:59:12,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2021-07-21 11:59:12,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2021-07-21 11:59:12,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2021-07-21 11:59:12,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2021-07-21 11:59:12,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2021-07-21 11:59:12,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2021-07-21 11:59:12,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDisabled 2021-07-21 11:59:12,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2021-07-21 11:59:12,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2021-07-21 11:59:12,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2021-07-21 11:59:12,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2021-07-21 11:59:12,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2021-07-21 11:59:12,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2021-07-21 11:59:12,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2021-07-21 11:59:12,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2021-07-21 11:59:12,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2021-07-21 11:59:12,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheEnabled 2021-07-21 11:59:12,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2021-07-21 11:59:12,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2021-07-21 11:59:12,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2021-07-21 11:59:12,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheTimeoutsAntStyle 2021-07-21 11:59:12,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2021-07-21 11:59:12,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2021-07-21 11:59:12,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.sessionTrackingEnabled 2021-07-21 11:59:12,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2021-07-21 11:59:12,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2021-07-21 11:59:12,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2021-07-21 11:59:12,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2021-07-21 11:59:12,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2021-07-21 11:59:12,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2021-07-21 11:59:12,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheTimeToLive 2021-07-21 11:59:12,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2021-07-21 11:59:12,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2021-07-21 11:59:12,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2021-07-21 11:59:12,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2021-07-21 11:59:12,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheClearOnShutdown 2021-07-21 11:59:12,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2021-07-21 11:59:12,997 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.jdbcLogPerformance 2021-07-21 11:59:12,997 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2021-07-21 11:59:12,997 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.jdbcMaxLifetime 2021-07-21 11:59:12,998 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheExceptions 2021-07-21 11:59:12,998 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2021-07-21 11:59:12,999 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2021-07-21 11:59:12,999 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2021-07-21 11:59:13,000 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.jdbcValidationTimeout 2021-07-21 11:59:13,000 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2021-07-21 11:59:13,000 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender 2021-07-21 11:59:13,001 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2021-07-21 11:59:13,001 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheStatistics 2021-07-21 11:59:13,002 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2021-07-21 11:59:13,002 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2021-07-21 11:59:13,003 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2021-07-21 11:59:13,003 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2021-07-21 11:59:13,003 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2021-07-21 11:59:13,004 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2021-07-21 11:59:13,004 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2021-07-21 11:59:13,004 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2021-07-21 11:59:13,005 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2021-07-21 11:59:13,005 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2021-07-21 11:59:13,005 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2021-07-21 11:59:13,006 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2021-07-21 11:59:13,006 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2021-07-21 11:59:13,006 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2021-07-21 11:59:13,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2021-07-21 11:59:13,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2021-07-21 11:59:13,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2021-07-21 11:59:13,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2021-07-21 11:59:13,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.jdbcConnectionTimeout 2021-07-21 11:59:13,008 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1147719378 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.jdbcLogPerformance 2021-07-21 11:59:13,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2021-07-21 11:59:13,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexTimeout 2021-07-21 11:59:13,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginRef 2021-07-21 11:59:13,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultApplication 2021-07-21 11:59:13,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputFormat 2021-07-21 11:59:13,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.allowSkipRender 2021-07-21 11:59:13,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.xssExceptions 2021-07-21 11:59:13,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheStatistics 2021-07-21 11:59:13,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionValue 2021-07-21 11:59:13,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.jdbcConnectionTimeout 2021-07-21 11:59:13,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileTypes 2021-07-21 11:59:13,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPage 2021-07-21 11:59:13,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2021-07-21 11:59:13,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPassword 2021-07-21 11:59:13,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.sessionTrackingEnabled 2021-07-21 11:59:13,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheTimeoutsAntStyle 2021-07-21 11:59:13,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.jdbcMaxLifetime 2021-07-21 11:59:13,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDomain 2021-07-21 11:59:13,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportReloadFile 2021-07-21 11:59:13,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheExceptions 2021-07-21 11:59:13,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedMethods 2021-07-21 11:59:13,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.wwwDir 2021-07-21 11:59:13,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapHost 2021-07-21 11:59:13,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutPage 2021-07-21 11:59:13,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.name 2021-07-21 11:59:13,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailHost 2021-07-21 11:59:13,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheTimeouts 2021-07-21 11:59:13,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authApplication 2021-07-21 11:59:13,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheClearOnShutdown 2021-07-21 11:59:13,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailPort 2021-07-21 11:59:13,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2021-07-21 11:59:13,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.DatasourceConfigurer 2021-07-21 11:59:13,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.host 2021-07-21 11:59:13,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportedLanguages 2021-07-21 11:59:13,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.siteRootDir 2021-07-21 11:59:13,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2021-07-21 11:59:13,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginPage 2021-07-21 11:59:13,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2021-07-21 11:59:13,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexConfig 2021-07-21 11:59:13,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.timeZone 2021-07-21 11:59:13,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.tagPrefix 2021-07-21 11:59:13,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.service-path 2021-07-21 11:59:13,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUser 2021-07-21 11:59:13,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputType 2021-07-21 11:59:13,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchChunkSize 2021-07-21 11:59:13,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.encoding 2021-07-21 11:59:13,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapStartTls 2021-07-21 11:59:13,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.documentDir 2021-07-21 11:59:13,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.template 2021-07-21 11:59:13,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheEnabled 2021-07-21 11:59:13,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.appendTabId 2021-07-21 11:59:13,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedPaths 2021-07-21 11:59:13,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.jdbcValidationTimeout 2021-07-21 11:59:13,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.rewriteConfig 2021-07-21 11:59:13,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.locale 2021-07-21 11:59:13,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUserBaseDn 2021-07-21 11:59:13,092 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPage 2021-07-21 11:59:13,092 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDisabled 2021-07-21 11:59:13,092 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexDir 2021-07-21 11:59:13,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchMaxHits 2021-07-21 11:59:13,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPageSize 2021-07-21 11:59:13,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailDisabled 2021-07-21 11:59:13,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.cacheTimeToLive 2021-07-21 11:59:13,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionName 2021-07-21 11:59:13,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapIdAttribute 2021-07-21 11:59:13,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPages 2021-07-21 11:59:13,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutRef 2021-07-21 11:59:13,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.assetsDir 2021-07-21 11:59:13,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexQueueSize 2021-07-21 11:59:13,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.manager-path 2021-07-21 11:59:13,096 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1973790994 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPage 2021-07-21 11:59:13,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPage 2021-07-21 11:59:13,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPageSize 2021-07-21 11:59:13,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.jdbcConnectionTimeout 2021-07-21 11:59:13,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2021-07-21 11:59:13,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.assetsDir 2021-07-21 11:59:13,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapHost 2021-07-21 11:59:13,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.template 2021-07-21 11:59:13,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheExceptions 2021-07-21 11:59:13,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheTimeoutsAntStyle 2021-07-21 11:59:13,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexDir 2021-07-21 11:59:13,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapStartTls 2021-07-21 11:59:13,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheEnabled 2021-07-21 11:59:13,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchChunkSize 2021-07-21 11:59:13,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUserBaseDn 2021-07-21 11:59:13,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedPaths 2021-07-21 11:59:13,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDisabled 2021-07-21 11:59:13,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionValue 2021-07-21 11:59:13,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.DatasourceConfigurer 2021-07-21 11:59:13,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.encoding 2021-07-21 11:59:13,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2021-07-21 11:59:13,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2021-07-21 11:59:13,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginPage 2021-07-21 11:59:13,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutPage 2021-07-21 11:59:13,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionName 2021-07-21 11:59:13,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.jdbcMaxLifetime 2021-07-21 11:59:13,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.xssExceptions 2021-07-21 11:59:13,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDomain 2021-07-21 11:59:13,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2021-07-21 11:59:13,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportedLanguages 2021-07-21 11:59:13,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportReloadFile 2021-07-21 11:59:13,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUser 2021-07-21 11:59:13,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.siteRootDir 2021-07-21 11:59:13,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.service-path 2021-07-21 11:59:13,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexConfig 2021-07-21 11:59:13,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.rewriteConfig 2021-07-21 11:59:13,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexTimeout 2021-07-21 11:59:13,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailHost 2021-07-21 11:59:13,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileTypes 2021-07-21 11:59:13,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheStatistics 2021-07-21 11:59:13,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutRef 2021-07-21 11:59:13,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.jdbcLogPerformance 2021-07-21 11:59:13,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailPort 2021-07-21 11:59:13,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.locale 2021-07-21 11:59:13,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.documentDir 2021-07-21 11:59:13,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.tagPrefix 2021-07-21 11:59:13,158 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexQueueSize 2021-07-21 11:59:13,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultApplication 2021-07-21 11:59:13,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginRef 2021-07-21 11:59:13,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheTimeouts 2021-07-21 11:59:13,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPassword 2021-07-21 11:59:13,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2021-07-21 11:59:13,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputType 2021-07-21 11:59:13,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.timeZone 2021-07-21 11:59:13,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheTimeToLive 2021-07-21 11:59:13,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.appendTabId 2021-07-21 11:59:13,162 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.jdbcValidationTimeout 2021-07-21 11:59:13,162 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapIdAttribute 2021-07-21 11:59:13,162 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.host 2021-07-21 11:59:13,163 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.allowSkipRender 2021-07-21 11:59:13,163 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.wwwDir 2021-07-21 11:59:13,163 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailDisabled 2021-07-21 11:59:13,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPages 2021-07-21 11:59:13,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputFormat 2021-07-21 11:59:13,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authApplication 2021-07-21 11:59:13,164 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.sessionTrackingEnabled 2021-07-21 11:59:13,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.cacheClearOnShutdown 2021-07-21 11:59:13,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchMaxHits 2021-07-21 11:59:13,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedMethods 2021-07-21 11:59:13,166 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.manager-path 2021-07-21 11:59:13,166 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.name 2021-07-21 11:59:13,166 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#267375778 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2021-07-21 11:59:13,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-2 2021-07-21 11:59:13,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-3 2021-07-21 11:59:13,252 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1773faf8, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:13,255 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@106f0051, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:13,338 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#959116000 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,374 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1568623803 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,404 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1003603952 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2021-07-21 11:59:13,446 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@106f0051, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:13,449 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2aadeb31, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:13,499 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#24300138 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,533 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#793494527 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,564 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1505273857 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,595 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2021-07-21 11:59:13,596 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2aadeb31, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:13,600 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@73cd3b8, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:13,637 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#74964115 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,658 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1382685521 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,675 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1868427591 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,734 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/foobar 2021-07-21 11:59:13,734 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/ROOT/WEB-INF/cache/application/site-1/foobar 2021-07-21 11:59:13,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application foobar to site site-1 2021-07-21 11:59:13,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.foobar.foobar 2021-07-21 11:59:13,767 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@73cd3b8, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:13,772 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@32ae890, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:13,813 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1234659364 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,839 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#176807616 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,857 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1383454473 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,899 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@32ae890, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:13,901 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@306f439c, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:13,926 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#633324888 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,939 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#19919839 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,951 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#599141571 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:13,962 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@306f439c, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:13,967 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@50c442a5, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:13,989 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1728999331 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,001 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1998748447 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,014 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#494474405 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foobaz 2021-07-21 11:59:14,021 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@50c442a5, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,024 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1666e021, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,043 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#627421335 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,082 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2058075777 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,093 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1104070576 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository name 2021-07-21 11:59:14,104 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1666e021, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,107 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6fa98e98, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,125 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#545475653 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,143 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1512891480 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,155 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#465112397 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection testconection 2021-07-21 11:59:14,162 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6fa98e98, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,165 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1895f7fe, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,183 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#429214117 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,195 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1396855888 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,206 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#642784989 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group groupy-group 2021-07-21 11:59:14,212 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1895f7fe, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,215 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f679ce, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,233 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1930476688 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,244 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#999746083 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,255 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1947606743 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.manager.foo 2021-07-21 11:59:14,260 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f679ce, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,262 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3bb59485, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,279 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#79406632 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,290 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2088104872 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,300 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1026168398 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.foo 2021-07-21 11:59:14,305 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3bb59485, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,308 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c821dc7, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,324 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1893455775 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,334 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1810425582 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,342 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2111798903 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foo 2021-07-21 11:59:14,347 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c821dc7, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,350 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@75be6796, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,364 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1888346067 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,375 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1066889027 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,384 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1616515325 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,389 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginPage 2021-07-21 11:59:14,389 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.siteRootDir 2021-07-21 11:59:14,389 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultApplication 2021-07-21 11:59:14,389 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.xssExceptions 2021-07-21 11:59:14,390 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.assetsDir 2021-07-21 11:59:14,390 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.sessionTrackingEnabled 2021-07-21 11:59:14,390 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.service-path 2021-07-21 11:59:14,390 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportReloadFile 2021-07-21 11:59:14,390 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPage 2021-07-21 11:59:14,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheTimeouts 2021-07-21 11:59:14,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.name 2021-07-21 11:59:14,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheClearOnShutdown 2021-07-21 11:59:14,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapIdAttribute 2021-07-21 11:59:14,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.locale 2021-07-21 11:59:14,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.jdbcLogPerformance 2021-07-21 11:59:14,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.documentDir 2021-07-21 11:59:14,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedMethods 2021-07-21 11:59:14,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapHost 2021-07-21 11:59:14,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheTimeToLive 2021-07-21 11:59:14,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutRef 2021-07-21 11:59:14,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginRef 2021-07-21 11:59:14,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPrincipalScheme 2021-07-21 11:59:14,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.manager-path 2021-07-21 11:59:14,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchMaxHits 2021-07-21 11:59:14,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.jdbcConnectionTimeout 2021-07-21 11:59:14,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.appendTabId 2021-07-21 11:59:14,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.enforcePrimaryDomain 2021-07-21 11:59:14,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectionEnabled 2021-07-21 11:59:14,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionValue 2021-07-21 11:59:14,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailDisabled 2021-07-21 11:59:14,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheStatistics 2021-07-21 11:59:14,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDomain 2021-07-21 11:59:14,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.wwwDir 2021-07-21 11:59:14,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.DatasourceConfigurer 2021-07-21 11:59:14,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.host 2021-07-21 11:59:14,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexDir 2021-07-21 11:59:14,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPageSize 2021-07-21 11:59:14,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutPage 2021-07-21 11:59:14,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileTypes 2021-07-21 11:59:14,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPages 2021-07-21 11:59:14,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.encoding 2021-07-21 11:59:14,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionName 2021-07-21 11:59:14,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexQueueSize 2021-07-21 11:59:14,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.tagPrefix 2021-07-21 11:59:14,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUser 2021-07-21 11:59:14,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheExceptions 2021-07-21 11:59:14,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputType 2021-07-21 11:59:14,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDisabled 2021-07-21 11:59:14,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileSystemQueueSize 2021-07-21 11:59:14,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheEnabled 2021-07-21 11:59:14,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.jdbcMaxLifetime 2021-07-21 11:59:14,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchChunkSize 2021-07-21 11:59:14,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.template 2021-07-21 11:59:14,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportedLanguages 2021-07-21 11:59:14,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPage 2021-07-21 11:59:14,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.rewriteConfig 2021-07-21 11:59:14,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexConfig 2021-07-21 11:59:14,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.allowSkipRender 2021-07-21 11:59:14,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapStartTls 2021-07-21 11:59:14,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.cacheTimeoutsAntStyle 2021-07-21 11:59:14,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexTimeout 2021-07-21 11:59:14,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedPaths 2021-07-21 11:59:14,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailPort 2021-07-21 11:59:14,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputFormat 2021-07-21 11:59:14,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUserBaseDn 2021-07-21 11:59:14,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailHost 2021-07-21 11:59:14,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPassword 2021-07-21 11:59:14,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.jdbcValidationTimeout 2021-07-21 11:59:14,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.timeZone 2021-07-21 11:59:14,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapGroupBaseDn 2021-07-21 11:59:14,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authApplication 2021-07-21 11:59:14,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site example 2021-07-21 11:59:14,425 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@75be6796, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,429 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3269ae62, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,445 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1998163150 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,454 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1246297699 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,463 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#870357935 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,472 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1029577603 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject john 2021-07-21 11:59:14,478 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3269ae62, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,482 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@cf822a6, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,497 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#885977013 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,507 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1016263417 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,516 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2068287961 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,525 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#123480629 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository name 2021-07-21 11:59:14,538 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@cf822a6, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,542 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18f6ccf4, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,557 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#759700960 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,567 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1140333684 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,575 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#326624149 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,584 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#132334960 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,592 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2021-07-21 11:59:14,593 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role admin 2021-07-21 11:59:14,593 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18f6ccf4, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,596 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3fd64d6b, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,611 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1100988886 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,620 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#243729473 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,630 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#655776120 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,640 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1730474254 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,643 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3fd64d6b, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,645 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@616549c, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [true] 2021-07-21 11:59:14,660 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#740047891 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,670 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1250983514 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,679 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#364819467 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,687 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1180033113 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,697 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2021-07-21 11:59:14,700 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@616549c, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,705 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7bc3e36b, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,719 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2089273696 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,726 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1294798554 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,736 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1968418130 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,746 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1746885150 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,751 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2021-07-21 11:59:14,761 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2021-07-21 11:59:14,761 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application foobar from site site-3 2021-07-21 11:59:14,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.DatasourceConfigurer 2021-07-21 11:59:14,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.allowSkipRender 2021-07-21 11:59:14,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.appendTabId 2021-07-21 11:59:14,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.assetsDir 2021-07-21 11:59:14,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authApplication 2021-07-21 11:59:14,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginPage 2021-07-21 11:59:14,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginRef 2021-07-21 11:59:14,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionName 2021-07-21 11:59:14,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionValue 2021-07-21 11:59:14,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutPage 2021-07-21 11:59:14,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutRef 2021-07-21 11:59:14,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheClearOnShutdown 2021-07-21 11:59:14,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheEnabled 2021-07-21 11:59:14,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheExceptions 2021-07-21 11:59:14,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheStatistics 2021-07-21 11:59:14,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheTimeToLive 2021-07-21 11:59:14,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheTimeouts 2021-07-21 11:59:14,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.cacheTimeoutsAntStyle 2021-07-21 11:59:14,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedMethods 2021-07-21 11:59:14,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedPaths 2021-07-21 11:59:14,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2021-07-21 11:59:14,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultApplication 2021-07-21 11:59:14,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPage 2021-07-21 11:59:14,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPageSize 2021-07-21 11:59:14,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.documentDir 2021-07-21 11:59:14,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.encoding 2021-07-21 11:59:14,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2021-07-21 11:59:14,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPage 2021-07-21 11:59:14,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPages 2021-07-21 11:59:14,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.host 2021-07-21 11:59:14,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexConfig 2021-07-21 11:59:14,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexDir 2021-07-21 11:59:14,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2021-07-21 11:59:14,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileTypes 2021-07-21 11:59:14,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexQueueSize 2021-07-21 11:59:14,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexTimeout 2021-07-21 11:59:14,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.jdbcConnectionTimeout 2021-07-21 11:59:14,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.jdbcLogPerformance 2021-07-21 11:59:14,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.jdbcMaxLifetime 2021-07-21 11:59:14,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.jdbcValidationTimeout 2021-07-21 11:59:14,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapDisabled 2021-07-21 11:59:14,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapDomain 2021-07-21 11:59:14,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2021-07-21 11:59:14,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapHost 2021-07-21 11:59:14,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapIdAttribute 2021-07-21 11:59:14,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPassword 2021-07-21 11:59:14,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2021-07-21 11:59:14,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapStartTls 2021-07-21 11:59:14,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUser 2021-07-21 11:59:14,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUserBaseDn 2021-07-21 11:59:14,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.locale 2021-07-21 11:59:14,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailDisabled 2021-07-21 11:59:14,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailHost 2021-07-21 11:59:14,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailPort 2021-07-21 11:59:14,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.manager-path 2021-07-21 11:59:14,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.name 2021-07-21 11:59:14,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.rewriteConfig 2021-07-21 11:59:14,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchChunkSize 2021-07-21 11:59:14,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchMaxHits 2021-07-21 11:59:14,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.service-path 2021-07-21 11:59:14,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputFormat 2021-07-21 11:59:14,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputType 2021-07-21 11:59:14,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.sessionTrackingEnabled 2021-07-21 11:59:14,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.siteRootDir 2021-07-21 11:59:14,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportReloadFile 2021-07-21 11:59:14,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportedLanguages 2021-07-21 11:59:14,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.tagPrefix 2021-07-21 11:59:14,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.template 2021-07-21 11:59:14,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.timeZone 2021-07-21 11:59:14,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.wwwDir 2021-07-21 11:59:14,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.xssExceptions 2021-07-21 11:59:14,815 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2021-07-21 11:59:14,818 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2021-07-21 11:59:14,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-3 2021-07-21 11:59:14,822 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7bc3e36b, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:14,826 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18d3e7fc, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:14,844 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#534935000 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,853 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1660050994 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,868 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#925762016 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:14,880 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTING 2021-07-21 11:59:14,947 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTED 2021-07-21 11:59:14,951 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received NodeEvent (test: {site-1=STOPPED, site-2=STARTED, example=STOPPED}) 2021-07-21 11:59:14,951 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received NodeEvent (test: {site-1=STOPPED, site-2=STARTED, example=STOPPED}) Jul 21, 2021 11:59:15 AM com.hazelcast.internal.config.AbstractConfigLocator INFO: Loading 'hazelcast.xml' from the classpath. Jul 21, 2021 11:59:15 AM com.hazelcast.config.AbstractXmlConfigHelper WARNING: Name of the hazelcast schema location[http://www.hazelcast.com/schema/config/hazelcast-config-4.0.xsd] is incorrect, using default 2021-07-21 11:59:16,557 INFO [main] com.hazelcast.system : [10.102.4.100]:5702 [appNG] [4.2] Hazelcast 4.2 (20210324 - 405cfd1) starting at [10.102.4.100]:5702 2021-07-21 11:59:18,602 INFO [main] com.hazelcast.spi.discovery.integration.DiscoveryService: [10.102.4.100]:5702 [appNG] [4.2] No discovery strategy is applicable for auto-detection 2021-07-21 11:59:18,894 INFO [main] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [4.2] Using Multicast discovery 2021-07-21 11:59:18,901 WARN [main] com.hazelcast.cp.CPSubsystem : [10.102.4.100]:5702 [appNG] [4.2] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 2021-07-21 11:59:20,035 INFO [main] com.hazelcast.internal.diagnostics.Diagnostics: [10.102.4.100]:5702 [appNG] [4.2] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 2021-07-21 11:59:20,046 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is STARTING 2021-07-21 11:59:22,372 INFO [main] com.hazelcast.internal.cluster.ClusterService: [10.102.4.100]:5702 [appNG] [4.2] Members {size:1, ver:1} [ Member [10.102.4.100]:5702 - 6143e1a8-6512-4ddc-86da-64247a76d444 this ] 2021-07-21 11:59:22,372 WARN [main] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [4.2] Config seed port is 5701 and cluster size is 1. Some of the ports seem occupied! 2021-07-21 11:59:22,412 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is STARTED 2021-07-21 11:59:22,412 INFO [main] org.appng.core.service.HazelcastConfigurer: Created default instance test 2021-07-21 11:59:22,445 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-2 2021-07-21 11:59:22,457 INFO [main] org.appng.core.service.CoreService: unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED 2021-07-21 11:59:22,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application bugtracker from site site-2 2021-07-21 11:59:22,477 INFO [main] org.appng.core.service.CoreService: destroying site site-2 [STARTED] (#1415329320) 2021-07-21 11:59:22,478 INFO [main] org.appng.core.domain.SiteImpl: closing context for site site-2 [STOPPING] (#1415329320) 2021-07-21 11:59:22,478 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPING 2021-07-21 11:59:22,478 INFO [main] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1415329320) complete 2021-07-21 11:59:22,481 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received NodeEvent (test: {site-1=STOPPED, site-2=STOPPING, example=STOPPED}) 2021-07-21 11:59:22,495 INFO [main] com.hazelcast.internal.partition.impl.PartitionStateManager: [10.102.4.100]:5702 [appNG] [4.2] Initializing cluster partition table arrangement... 2021-07-21 11:59:22,558 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPED 2021-07-21 11:59:22,558 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Shut down site site-2 2021-07-21 11:59:22,559 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received NodeEvent (test: {site-1=STOPPED, site-2=STOPPED, example=STOPPED}) 2021-07-21 11:59:22,560 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2021-07-21 11:59:22,564 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/ROOT/WEB-INF/cache/platform/site-2 2021-07-21 11:59:22,564 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/ROOT/WEB-INF/cache/application/site-2 2021-07-21 11:59:22,564 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: DELETED 2021-07-21 11:59:22,565 INFO [main] org.appng.core.service.CoreService: done deleting site site-2 2021-07-21 11:59:22,566 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2 2021-07-21 11:59:22,567 INFO [pool-2-thread-1] org.appng.core.controller.messaging.SiteDeletedEvent: site site-2 has been deleted, so it will be shut down. 2021-07-21 11:59:22,570 INFO [pool-2-thread-1] org.appng.api.messaging.TestReceiver: received NodeEvent (test: {site-1=STOPPED, example=STOPPED}) 2021-07-21 11:59:22,666 INFO [main] org.appng.core.service.CoreServiceTest: Processed 11 events 2021-07-21 11:59:23,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.DatasourceConfigurer 2021-07-21 11:59:23,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.allowSkipRender 2021-07-21 11:59:23,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.appendTabId 2021-07-21 11:59:23,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.assetsDir 2021-07-21 11:59:23,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authApplication 2021-07-21 11:59:23,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginPage 2021-07-21 11:59:23,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginRef 2021-07-21 11:59:23,671 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionName 2021-07-21 11:59:23,671 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionValue 2021-07-21 11:59:23,671 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutPage 2021-07-21 11:59:23,672 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutRef 2021-07-21 11:59:23,672 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheClearOnShutdown 2021-07-21 11:59:23,673 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheEnabled 2021-07-21 11:59:23,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheExceptions 2021-07-21 11:59:23,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheStatistics 2021-07-21 11:59:23,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheTimeToLive 2021-07-21 11:59:23,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheTimeouts 2021-07-21 11:59:23,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.cacheTimeoutsAntStyle 2021-07-21 11:59:23,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedMethods 2021-07-21 11:59:23,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedPaths 2021-07-21 11:59:23,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2021-07-21 11:59:23,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultApplication 2021-07-21 11:59:23,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPage 2021-07-21 11:59:23,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPageSize 2021-07-21 11:59:23,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.documentDir 2021-07-21 11:59:23,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.encoding 2021-07-21 11:59:23,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2021-07-21 11:59:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPage 2021-07-21 11:59:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPages 2021-07-21 11:59:23,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.host 2021-07-21 11:59:23,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexConfig 2021-07-21 11:59:23,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexDir 2021-07-21 11:59:23,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2021-07-21 11:59:23,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileTypes 2021-07-21 11:59:23,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexQueueSize 2021-07-21 11:59:23,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexTimeout 2021-07-21 11:59:23,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.jdbcConnectionTimeout 2021-07-21 11:59:23,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.jdbcLogPerformance 2021-07-21 11:59:23,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.jdbcMaxLifetime 2021-07-21 11:59:23,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.jdbcValidationTimeout 2021-07-21 11:59:23,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapDisabled 2021-07-21 11:59:23,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapDomain 2021-07-21 11:59:23,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2021-07-21 11:59:23,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapHost 2021-07-21 11:59:23,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapIdAttribute 2021-07-21 11:59:23,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPassword 2021-07-21 11:59:23,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2021-07-21 11:59:23,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapStartTls 2021-07-21 11:59:23,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUser 2021-07-21 11:59:23,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUserBaseDn 2021-07-21 11:59:23,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.locale 2021-07-21 11:59:23,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailDisabled 2021-07-21 11:59:23,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailHost 2021-07-21 11:59:23,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailPort 2021-07-21 11:59:23,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.manager-path 2021-07-21 11:59:23,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.name 2021-07-21 11:59:23,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.rewriteConfig 2021-07-21 11:59:23,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchChunkSize 2021-07-21 11:59:23,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchMaxHits 2021-07-21 11:59:23,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.service-path 2021-07-21 11:59:23,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputFormat 2021-07-21 11:59:23,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputType 2021-07-21 11:59:23,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.sessionTrackingEnabled 2021-07-21 11:59:23,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.siteRootDir 2021-07-21 11:59:23,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportReloadFile 2021-07-21 11:59:23,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportedLanguages 2021-07-21 11:59:23,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.tagPrefix 2021-07-21 11:59:23,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.template 2021-07-21 11:59:23,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.timeZone 2021-07-21 11:59:23,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.wwwDir 2021-07-21 11:59:23,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.xssExceptions 2021-07-21 11:59:23,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-2 2021-07-21 11:59:23,696 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18d3e7fc, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,701 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a742630, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:23,724 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#803354036 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,734 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#362710066 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject john 2021-07-21 11:59:23,741 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a742630, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,744 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@767cacee, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:23,764 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#422288949 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,775 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#572697112 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,780 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@767cacee, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,783 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@395a5526, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:23,797 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#142103291 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,806 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#273022523 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,807 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@395a5526, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,810 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4d4c0408, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:23,826 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1536386064 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,835 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#913488509 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foo 2021-07-21 11:59:23,839 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4d4c0408, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,841 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@57465bba, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:23,860 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#55916542 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,870 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1460670639 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,875 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@57465bba, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,878 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@579351d1, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:23,896 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#439631166 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,904 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1881202346 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,909 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@579351d1, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,911 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@60386e94, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:23,925 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1993043222 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,932 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1052615102 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,934 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@60386e94, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,936 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2cf1c10e, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:23,948 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1038607730 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,955 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1785138636 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,958 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2cf1c10e, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,960 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6943e2d9, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:23,976 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#35866015 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,983 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1154393787 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:23,989 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6943e2d9, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:23,992 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@20d35171, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,005 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#377228846 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,012 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#164696786 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,016 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@20d35171, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,018 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3ec75472, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,033 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1479091350 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,042 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#65871103 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,047 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3ec75472, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,050 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bbdd4a9, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,067 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#242098235 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,078 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1300182237 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,088 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bbdd4a9, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,090 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d01bc46, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,105 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1203056864 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,113 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#759497996 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,124 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d01bc46, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,126 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e9d97ff, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,142 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#505388516 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,150 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2129982128 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,153 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1e9d97ff, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,155 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@581242e1, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,169 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1257437585 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,178 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#547180082 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,182 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@581242e1, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,184 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@41b7ebec, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,199 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#580235360 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,205 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#160311815 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,209 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@41b7ebec, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,210 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3a575fff, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,221 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1913367767 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,227 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1017862249 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,229 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3a575fff, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,231 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7469445d, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,241 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1366375183 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,247 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1594124770 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,249 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7469445d, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,250 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2bb98b8a, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,261 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2011009230 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,266 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1894464310 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,273 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2bb98b8a, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,275 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5362b064, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,285 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1558495578 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,290 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1608446602 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,299 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5362b064, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,301 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@78b9ef0c, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,311 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1091757179 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,315 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#550975541 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,359 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. 2021-07-21 11:59:24,385 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)::) 2021-07-21 11:59:24,386 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform User subject-2 has 1 failed login attempts. 2021-07-21 11:59:24,389 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2 2021-07-21 11:59:24,393 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@78b9ef0c, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,396 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5eac24de, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,424 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#888888383 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,430 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1811531351 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform User subject-1 has 1 failed login attempts. 2021-07-21 11:59:24,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2021-07-21 11:59:24,439 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5eac24de, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:24,441 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@77841797, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:24,452 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1937673830 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:24,457 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1562554131 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:25,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:25,334 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2021-07-21 11:59:25,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2021-07-21 11:59:25,338 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2021-07-21 11:59:25,338 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2021-07-21 11:59:25,340 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@77841797, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:25,341 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@17e1a5e, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:25,354 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#5687139 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:25,361 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1151393287 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:25,364 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2021-07-21 11:59:25,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:25,367 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2021-07-21 11:59:25,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2021-07-21 11:59:25,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2021-07-21 11:59:25,367 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2021-07-21 11:59:25,368 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@17e1a5e, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:25,370 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@aee08df, testMethod = testLoginFailedAttempts@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:25,383 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1349399993 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:25,390 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1406041628 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:26,284 WARN [main] org.appng.core.service.CoreService: wrong password for user subject-3 2021-07-21 11:59:26,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform User subject-3 has 1 failed login attempts. 2021-07-21 11:59:26,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:27,149 WARN [main] org.appng.core.service.CoreService: wrong password for user subject-3 2021-07-21 11:59:27,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform User subject-3 has 2 failed login attempts. 2021-07-21 11:59:27,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:28,062 WARN [main] org.appng.core.service.CoreService: wrong password for user subject-3 2021-07-21 11:59:28,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null WARN appNG platform User subject-3 has been locked after 3 failed login attempts. 2021-07-21 11:59:28,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:28,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:28,084 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@aee08df, testMethod = testLoginFailedAttempts@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:28,085 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@37cf8e35, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:28,107 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1276531243 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:28,118 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#167583888 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:28,998 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2021-07-21 11:59:28,998 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2021-07-21 11:59:29,001 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2021-07-21 11:59:29,001 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2021-07-21 11:59:29,002 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@37cf8e35, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:29,004 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4dcaa972, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:29,017 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#765100777 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:29,024 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#70629131 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:29,109 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2021-07-21 11:59:29,110 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2 2021-07-21 11:59:29,112 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2021-07-21 11:59:29,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2021-07-21 11:59:29,112 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2021-07-21 11:59:29,112 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2021-07-21 11:59:29,113 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4dcaa972, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:29,114 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bddcaef, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:29,128 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#244501306 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:29,135 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#797127791 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:29,148 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2021-07-21 11:59:29,150 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2021-07-21 11:59:29,152 INFO [main] org.appng.core.service.CoreService: User 'null' successfully authenticated. 2021-07-21 11:59:29,152 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2021-07-21 11:59:29,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2021-07-21 11:59:29,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2021-07-21 11:59:29,153 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2021-07-21 11:59:29,154 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bddcaef, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:29,155 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@111c2c9c, testMethod = testLoginSubjectIsExpired@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:29,168 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1894508862 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:29,174 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#555986721 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:29,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:30,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform User subject-3 has been locked because the expiry date has exceeded (Wed Jul 21 11:59:29 CEST 2021). 2021-07-21 11:59:30,052 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:30,054 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:30,055 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@111c2c9c, testMethod = testLoginSubjectIsExpired@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:30,057 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@51e27505, testMethod = testLoginSubjectIsInactive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:30,083 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#64477400 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:30,091 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1417462032 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:30,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:30,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null WARN appNG platform User subject-3 has been locked due to inactivity (last login was at Wed Apr 21 11:59:30 CEST 2021). 2021-07-21 11:59:30,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:30,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:30,947 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@51e27505, testMethod = testLoginSubjectIsInactive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:30,949 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4ea505e2, testMethod = testLoginSubjectIsLocked@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:30,962 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#776896365 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:30,968 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1554676970 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:30,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:31,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Rejected login for locked user subject-3. 2021-07-21 11:59:31,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:31,847 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4ea505e2, testMethod = testLoginSubjectIsLocked@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:31,851 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@144142c8, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:31,865 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#629138710 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:31,873 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1211580629 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:31,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject deve 2021-07-21 11:59:32,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject deve 2021-07-21 11:59:32,749 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@144142c8, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:32,751 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@478bbf33, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:32,765 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#160702077 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:32,772 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2102266640 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:32,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2021-07-21 11:59:32,775 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.2' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/zip 2021-07-21 11:59:32,819 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2021-07-21 11:59:32,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2021-07-21 11:59:32,825 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 11:59:32,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2021-07-21 11:59:32,828 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 11:59:32,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2021-07-21 11:59:32,828 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 11:59:32,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2021-07-21 11:59:32,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2021-07-21 11:59:32,834 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 11:59:32,835 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 11:59:32,836 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 11:59:32,836 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 11:59:32,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2021-07-21 11:59:32,838 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 11:59:32,838 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 11:59:32,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2021-07-21 11:59:32,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2021-07-21 11:59:32,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2021-07-21 11:59:32,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2021-07-21 11:59:32,852 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,853 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,856 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,856 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,856 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,856 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2021-07-21 11:59:32,856 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2021-07-21 11:59:32,863 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 11:59:32,864 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 11:59:32,865 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 11:59:32,867 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 11:59:32,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2021-07-21 11:59:32,872 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@478bbf33, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:32,876 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16ee0c8f, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:32,892 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2027640578 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:32,899 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1392907138 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:32,935 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/demo-application 2021-07-21 11:59:32,936 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/ROOT/WEB-INF/cache/application/site-1/demo-application 2021-07-21 11:59:32,938 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application demo-application to site site-1 2021-07-21 11:59:32,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.foo 2021-07-21 11:59:32,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2021-07-21 11:59:32,940 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/zip 2021-07-21 11:59:32,951 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2021-07-21 11:59:32,957 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,957 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,958 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,958 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,958 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,959 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 11:59:32,959 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2021-07-21 11:59:32,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2021-07-21 11:59:32,967 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 11:59:32,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2021-07-21 11:59:32,971 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 11:59:32,972 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 11:59:32,973 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 11:59:32,975 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 11:59:32,976 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 11:59:32,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2021-07-21 11:59:32,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2021-07-21 11:59:32,980 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 11:59:32,980 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 11:59:32,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2021-07-21 11:59:32,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.bar 2021-07-21 11:59:32,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.clobValue 2021-07-21 11:59:32,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.foo 2021-07-21 11:59:32,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.foo 2021-07-21 11:59:32,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2021-07-21 11:59:32,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.bar 2021-07-21 11:59:32,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.bar 2021-07-21 11:59:32,988 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2021-07-21 11:59:32,990 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2021-07-21 11:59:32,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository testrepo 2021-07-21 11:59:32,993 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16ee0c8f, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:32,996 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@781223fc, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:33,017 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#125415723 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:33,028 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#523857624 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:33,035 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2021-07-21 11:59:33,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application demo-application from site site-1 2021-07-21 11:59:33,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.bar 2021-07-21 11:59:33,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2021-07-21 11:59:33,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.foo 2021-07-21 11:59:33,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Administrator 2021-07-21 11:59:33,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Tester 2021-07-21 11:59:33,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Debugger 2021-07-21 11:59:33,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission debug 2021-07-21 11:59:33,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-type.webgui 2021-07-21 11:59:33,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-format.html 2021-07-21 11:59:33,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission testPermission 2021-07-21 11:59:33,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.bar 2021-07-21 11:59:33,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.clobValue 2021-07-21 11:59:33,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.foo 2021-07-21 11:59:33,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Application demo-application 2021-07-21 11:59:33,068 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@781223fc, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:33,070 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@51f1ee47, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:33,089 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#783226821 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:33,096 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1837240158 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:33,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2021-07-21 11:59:33,098 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group Administrators 2021-07-21 11:59:33,098 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/zip 2021-07-21 11:59:33,116 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2021-07-21 11:59:33,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2021-07-21 11:59:33,117 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 11:59:33,117 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2021-07-21 11:59:33,118 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 11:59:33,118 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2021-07-21 11:59:33,118 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 11:59:33,118 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2021-07-21 11:59:33,119 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 11:59:33,119 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2021-07-21 11:59:33,119 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2021-07-21 11:59:33,121 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 11:59:33,122 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 11:59:33,123 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 11:59:33,123 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 11:59:33,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2021-07-21 11:59:33,124 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 11:59:33,125 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 11:59:33,125 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 11:59:33,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2021-07-21 11:59:33,126 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 11:59:33,126 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 11:59:33,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2021-07-21 11:59:33,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2021-07-21 11:59:33,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2021-07-21 11:59:33,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group Administrators 2021-07-21 11:59:33,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2021-07-21 11:59:33,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2021-07-21 11:59:33,133 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2021-07-21 11:59:33,136 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,137 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,137 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,137 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,137 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,137 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,138 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,138 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,138 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,138 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2021-07-21 11:59:33,138 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2021-07-21 11:59:33,146 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 11:59:33,147 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 11:59:33,148 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 11:59:33,150 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 11:59:33,151 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2021-07-21 11:59:33,152 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2021-07-21 11:59:33,158 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@51f1ee47, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:33,161 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47cdfd0d, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:33,180 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1015865234 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:33,188 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1246820432 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:33,190 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47cdfd0d, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:33,193 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4e29aac7, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:33,206 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1331772976 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:33,213 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#226154981 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,102 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:34,102 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4e29aac7, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:34,105 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@46014193, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:34,118 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#7469297 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,125 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#315055016 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,129 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@46014193, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:34,131 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47987ab2, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:34,143 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#625203565 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,148 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1757737761 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.a 2021-07-21 11:59:34,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.b 2021-07-21 11:59:34,151 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@47987ab2, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:34,153 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d76d8c, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:34,166 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1525300814 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,172 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2095718507 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,173 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property prop1 2021-07-21 11:59:34,174 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d76d8c, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:34,177 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ffe1104, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:34,189 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2115442370 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,195 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#440565184 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,198 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2021-07-21 11:59:34,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application manager from site site-1 2021-07-21 11:59:34,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foo 2021-07-21 11:59:34,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foobar 2021-07-21 11:59:34,201 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ffe1104, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:34,204 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4b1fd583, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:34,215 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1326369820 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:34,221 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#611738135 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:35,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:35,100 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4b1fd583, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:35,103 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2f1ff021, testMethod = testUpdatePasswordFail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20ddc780]; rollback [false] 2021-07-21 11:59:35,122 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#498008429 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:35,129 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#64553787 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:35,132 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@341141ab testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2f1ff021, testMethod = testUpdatePasswordFail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2f3565c0 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]]] 2021-07-21 11:59:35,133 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:11 CEST 2021]; root of context hierarchy 2021-07-21 11:59:35,135 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:35,136 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [WARNING] Tests run: 85, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 23.968 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2021-07-21 11:59:35,190 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] 2021-07-21 11:59:35,190 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@60cb502a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@59f3c17e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@79c1301b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@e11248f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@34616f67, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@735ea0a4] 2021-07-21 11:59:35,193 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:35 CEST 2021]; root of context hierarchy 2021-07-21 11:59:35,413 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,414 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,414 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,414 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,415 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,415 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,415 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,415 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,416 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,416 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,416 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,416 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,417 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,417 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,417 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,418 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,418 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:35,470 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:35,540 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:35,555 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:35,610 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:35,610 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:35,610 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:35,610 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:35,610 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:35,611 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:35,617 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:35,889 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1ab3f085] 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. 2021-07-21 11:59:35,897 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3cea2750] 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. 2021-07-21 11:59:35,928 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:35,928 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:35,936 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:35 CEST 2021]; root of context hierarchy 2021-07-21 11:59:36,231 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2021-07-21 11:59:36,517 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) 2021-07-21 11:59:36,606 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 11:59:36,668 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5) 2021-07-21 11:59:36,765 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) 2021-07-21 11:59:36,768 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 11:59:36,772 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5) 2021-07-21 11:59:36,786 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.009s) 2021-07-21 11:59:36,796 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 11:59:36,843 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 11:59:36,944 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 11:59:36,989 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 11:59:37,004 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 11:59:37,012 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 11:59:37,020 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 11:59:37,027 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 11:59:37,034 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 11:59:37,041 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 11:59:37,048 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 11:59:37,056 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 11:59:37,064 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 11:59:37,070 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 11:59:37,071 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 11:59:37,072 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 11:59:37,077 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 11:59:37,084 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 11:59:37,093 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 11:59:37,095 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 11:59:37,103 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 11:59:37,107 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.268s) 2021-07-21 11:59:37,109 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) 2021-07-21 11:59:37,110 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 11:59:37,114 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5) 2021-07-21 11:59:37,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG Root Database 2021-07-21 11:59:37,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG HSQL 2021-07-21 11:59:37,148 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0) is active. 2021-07-21 11:59:37,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform DatabaseConnection appNG HSQL 2021-07-21 11:59:37,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG MYSQL 2021-07-21 11:59:37,152 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.mysql.cj.jdbc.Driver 2021-07-21 11:59:37,521 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Access denied for user 'user'@'localhost' (using password: NO)) 2021-07-21 11:59:37,521 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2021-07-21 11:59:37,524 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.microsoft.sqlserver.jdbc.SQLServerDriver 2021-07-21 11:59:37,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG POSTGRESQL 2021-07-21 11:59:37,528 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.postgresql.Driver 2021-07-21 11:59:37,621 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:postgresql://localhost:5432/appNG POSTGRESQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get 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.) 2021-07-21 11:59:37,621 INFO [main] org.appng.core.service.DatabaseService: POSTGRESQL jdbc:postgresql://localhost:5432/appNG POSTGRESQL is not working and will be deactivated. 2021-07-21 11:59:37,626 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:35 CEST 2021]; root of context hierarchy 2021-07-21 11:59:37,628 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:37,628 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 2.412 s - in org.appng.core.service.DatabaseServiceTest [INFO] Running org.appng.core.service.SubjectMustChangePasswordTest 2021-07-21 11:59:37,639 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] 2021-07-21 11:59:37,639 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@71913b3d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@b85cc02, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@64303a77, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1e1ef0b7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@662e689a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@43ee5d81] 2021-07-21 11:59:37,642 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:37 CEST 2021]; root of context hierarchy 2021-07-21 11:59:37,892 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,892 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,892 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,893 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,893 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,893 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,893 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,893 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,893 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,894 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,894 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,894 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,894 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,894 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,895 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,895 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,895 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:37,935 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:38,017 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:38,038 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:38,095 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:38,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:38,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:38,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:38,096 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:38,098 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:38,103 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:38,385 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@56563440] 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. 2021-07-21 11:59:38,390 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3c848bb2] 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. 2021-07-21 11:59:38,417 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:38,417 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:38,421 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:37 CEST 2021]; root of context hierarchy 2021-07-21 11:59:38,752 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@123a3b3d testClass = SubjectMustChangePasswordTest, testInstance = org.appng.core.service.SubjectMustChangePasswordTest@6e1702e0, testMethod = testMustChangePassword@SubjectMustChangePasswordTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@29e0375f testClass = SubjectMustChangePasswordTest, 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4629b29]; rollback [false] 2021-07-21 11:59:38,762 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordMaxValidity 2021-07-21 11:59:38,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2021-07-21 11:59:38,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2021-07-21 11:59:38,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2021-07-21 11:59:38,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2021-07-21 11:59:38,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2021-07-21 11:59:38,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2021-07-21 11:59:38,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.inactiveLockPeriod 2021-07-21 11:59:38,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData 2021-07-21 11:59:38,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2021-07-21 11:59:38,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitoringPath 2021-07-21 11:59:38,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2021-07-21 11:59:38,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2021-07-21 11:59:38,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2021-07-21 11:59:38,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2021-07-21 11:59:38,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2021-07-21 11:59:38,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2021-07-21 11:59:38,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2021-07-21 11:59:38,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2021-07-21 11:59:38,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheConfig 2021-07-21 11:59:38,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2021-07-21 11:59:38,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2021-07-21 11:59:38,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2021-07-21 11:59:38,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2021-07-21 11:59:38,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionFilter 2021-07-21 11:59:38,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2021-07-21 11:59:38,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2021-07-21 11:59:38,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2021-07-21 11:59:38,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2021-07-21 11:59:38,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2021-07-21 11:59:38,770 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2021-07-21 11:59:38,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2021-07-21 11:59:38,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxLoginAttempts 2021-07-21 11:59:38,771 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2021-07-21 11:59:38,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2021-07-21 11:59:38,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2021-07-21 11:59:38,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2021-07-21 11:59:38,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2021-07-21 11:59:38,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2021-07-21 11:59:38,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2021-07-21 11:59:38,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2021-07-21 11:59:38,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2021-07-21 11:59:38,773 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2021-07-21 11:59:38,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2021-07-21 11:59:38,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2021-07-21 11:59:38,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2021-07-21 11:59:38,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2021-07-21 11:59:38,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2021-07-21 11:59:38,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2021-07-21 11:59:38,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2021-07-21 11:59:38,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2021-07-21 11:59:38,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.forceChangePassword 2021-07-21 11:59:38,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2021-07-21 11:59:38,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2021-07-21 11:59:38,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2021-07-21 11:59:38,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2021-07-21 11:59:38,776 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2021-07-21 11:59:38,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject shady 2021-07-21 11:59:38,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject shady 2021-07-21 11:59:38,812 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'shady' 2021-07-21 11:59:38,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2021-07-21 11:59:38,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject shady 2021-07-21 11:59:38,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject shady 2021-07-21 11:59:38,820 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'shady' 2021-07-21 11:59:38,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2021-07-21 11:59:38,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject shady 2021-07-21 11:59:38,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform User shady must change password (has not been changed since more than 3 days). 2021-07-21 11:59:38,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject shady 2021-07-21 11:59:38,827 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'shady' 2021-07-21 11:59:38,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2021-07-21 11:59:38,828 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@123a3b3d testClass = SubjectMustChangePasswordTest, testInstance = org.appng.core.service.SubjectMustChangePasswordTest@6e1702e0, testMethod = testMustChangePassword@SubjectMustChangePasswordTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@29e0375f testClass = SubjectMustChangePasswordTest, 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]]] 2021-07-21 11:59:38,830 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:37 CEST 2021]; root of context hierarchy 2021-07-21 11:59:38,832 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:38,832 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.2 s - in org.appng.core.service.SubjectMustChangePasswordTest [INFO] Running org.appng.core.service.SiteClassLoaderBuilderTest 2021-07-21 11:59:38,839 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#342114668 for site localhost 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.core.service.SiteClassLoaderBuilderTest [INFO] Running org.appng.core.service.PropertySupportTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.service.PropertySupportTest [INFO] Running org.appng.core.service.InitializerServiceTest 2021-07-21 11:59:38,859 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] 2021-07-21 11:59:38,859 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@24da3c3b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7d4353f8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3fdcbaf4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@51b635fc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2478f015, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@43c3bbf1] 2021-07-21 11:59:38,861 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:38 CEST 2021]; root of context hierarchy 2021-07-21 11:59:39,086 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,086 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,086 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,087 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,087 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,087 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,087 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,088 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,088 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,088 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,088 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,089 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,089 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,089 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,089 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,090 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,090 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:39,151 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:39,213 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:39,226 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:39,271 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:39,271 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:39,271 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:39,271 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:39,271 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:39,272 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:39,277 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:39,530 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@792ce5eb] 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. 2021-07-21 11:59:39,534 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@33af522b] 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. 2021-07-21 11:59:39,556 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:39,557 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:39,561 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:38 CEST 2021]; root of context hierarchy 2021-07-21 11:59:39,863 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2105c149 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@f299239, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5da20ab8 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@664e1ab]; rollback [false] 2021-07-21 11:59:39,865 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#139692984 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:39,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2021-07-21 11:59:39,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2021-07-21 11:59:39,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application application1 2021-07-21 11:59:39,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application application1 2021-07-21 11:59:39,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role dummy 2021-07-21 11:59:39,872 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2021-07-21 11:59:39,873 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2021-07-21 11:59:39,895 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2021-07-21 11:59:39,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2021-07-21 11:59:39,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2021-07-21 11:59:39,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2021-07-21 11:59:39,896 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2021-07-21 11:59:39,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2021-07-21 11:59:39,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.inactiveLockPeriod 2021-07-21 11:59:39,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData 2021-07-21 11:59:39,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2021-07-21 11:59:39,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitoringPath 2021-07-21 11:59:39,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2021-07-21 11:59:39,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2021-07-21 11:59:39,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2021-07-21 11:59:39,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2021-07-21 11:59:39,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2021-07-21 11:59:39,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2021-07-21 11:59:39,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2021-07-21 11:59:39,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2021-07-21 11:59:39,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheConfig 2021-07-21 11:59:39,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2021-07-21 11:59:39,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2021-07-21 11:59:39,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2021-07-21 11:59:39,899 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2021-07-21 11:59:39,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionFilter 2021-07-21 11:59:39,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2021-07-21 11:59:39,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2021-07-21 11:59:39,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2021-07-21 11:59:39,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2021-07-21 11:59:39,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2021-07-21 11:59:39,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2021-07-21 11:59:39,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2021-07-21 11:59:39,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxLoginAttempts 2021-07-21 11:59:39,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2021-07-21 11:59:39,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2021-07-21 11:59:39,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2021-07-21 11:59:39,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2021-07-21 11:59:39,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2021-07-21 11:59:39,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2021-07-21 11:59:39,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2021-07-21 11:59:39,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2021-07-21 11:59:39,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2021-07-21 11:59:39,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2021-07-21 11:59:39,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2021-07-21 11:59:39,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2021-07-21 11:59:39,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2021-07-21 11:59:39,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2021-07-21 11:59:39,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2021-07-21 11:59:39,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2021-07-21 11:59:39,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2021-07-21 11:59:39,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2021-07-21 11:59:39,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2021-07-21 11:59:39,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2021-07-21 11:59:39,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2021-07-21 11:59:39,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2021-07-21 11:59:39,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2021-07-21 11:59:39,907 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 2021-07-21 11:59:39,908 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2021-07-21 11:59:39,908 INFO [main] org.appng.core.service.InitializerService: applications are located at /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/applications or in the database 2021-07-21 11:59:39,922 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2021-07-21 11:59:39,925 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application application1 2021-07-21 11:59:39,926 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role dummy 2021-07-21 11:59:39,929 INFO [pool-3-thread-1] org.appng.core.service.HeartBeat: Messaging is disabled, not sending heartbeat. 2021-07-21 11:59:39,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2021-07-21 11:59:39,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheTimeouts 2021-07-21 11:59:39,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2021-07-21 11:59:39,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2021-07-21 11:59:39,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2021-07-21 11:59:39,939 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2021-07-21 11:59:39,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2021-07-21 11:59:39,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2021-07-21 11:59:39,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2021-07-21 11:59:39,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDisabled 2021-07-21 11:59:39,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2021-07-21 11:59:39,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2021-07-21 11:59:39,940 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2021-07-21 11:59:39,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2021-07-21 11:59:39,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2021-07-21 11:59:39,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2021-07-21 11:59:39,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2021-07-21 11:59:39,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2021-07-21 11:59:39,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2021-07-21 11:59:39,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheEnabled 2021-07-21 11:59:39,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2021-07-21 11:59:39,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2021-07-21 11:59:39,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2021-07-21 11:59:39,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheTimeoutsAntStyle 2021-07-21 11:59:39,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2021-07-21 11:59:39,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2021-07-21 11:59:39,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.sessionTrackingEnabled 2021-07-21 11:59:39,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2021-07-21 11:59:39,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2021-07-21 11:59:39,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2021-07-21 11:59:39,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2021-07-21 11:59:39,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2021-07-21 11:59:39,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2021-07-21 11:59:39,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheTimeToLive 2021-07-21 11:59:39,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2021-07-21 11:59:39,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2021-07-21 11:59:39,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2021-07-21 11:59:39,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2021-07-21 11:59:39,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheClearOnShutdown 2021-07-21 11:59:39,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2021-07-21 11:59:39,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.jdbcLogPerformance 2021-07-21 11:59:39,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2021-07-21 11:59:39,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.jdbcMaxLifetime 2021-07-21 11:59:39,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheExceptions 2021-07-21 11:59:39,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2021-07-21 11:59:39,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2021-07-21 11:59:39,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2021-07-21 11:59:39,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.jdbcValidationTimeout 2021-07-21 11:59:39,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2021-07-21 11:59:39,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender 2021-07-21 11:59:39,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2021-07-21 11:59:39,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.cacheStatistics 2021-07-21 11:59:39,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2021-07-21 11:59:39,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2021-07-21 11:59:39,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2021-07-21 11:59:39,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2021-07-21 11:59:39,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2021-07-21 11:59:39,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2021-07-21 11:59:39,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2021-07-21 11:59:39,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2021-07-21 11:59:39,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2021-07-21 11:59:39,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2021-07-21 11:59:39,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2021-07-21 11:59:39,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2021-07-21 11:59:39,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2021-07-21 11:59:39,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2021-07-21 11:59:39,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2021-07-21 11:59:39,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2021-07-21 11:59:39,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2021-07-21 11:59:39,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2021-07-21 11:59:39,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.jdbcConnectionTimeout 2021-07-21 11:59:39,948 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2021-07-21 11:59:39,951 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2021-07-21 11:59:39,951 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2021-07-21 11:59:39,956 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/root/WEB-INF/cache/platform/site-1 2021-07-21 11:59:39,957 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/root/WEB-INF/cache/application/site-1 2021-07-21 11:59:39,975 INFO [main] org.appng.core.service.TemplateService: copying template from /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/src/test/resources/template/appng to /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/site-1/www/template 2021-07-21 11:59:39,975 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2069487878 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 11:59:39,975 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#2069487878 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2021-07-21 11:59:39,981 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer 2021-07-21 11:59:39,995 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2021-07-21 11:59:39,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Loaded site site-1 2021-07-21 11:59:39,996 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2021-07-21 11:59:39,996 INFO [main] org.appng.core.service.InitializerService: Current cache configuration: {} 2021-07-21 11:59:40,013 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@2105c149 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@f299239, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5da20ab8 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]]] 2021-07-21 11:59:40,014 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:38 CEST 2021]; root of context hierarchy 2021-07-21 11:59:40,015 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:40,015 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.177 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2021-07-21 11:59:40,031 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2021-07-21 11:59:40,032 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2021-07-21 11:59:40,032 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2021-07-21 11:59:40,032 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2021-07-21 11:59:40,032 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2021-07-21 11:59:40,032 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2021-07-21 11:59:40,033 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2021-07-21 11:59:40,033 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2021-07-21 11:59:40,033 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2021-07-21 11:59:40,033 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.001 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.LdapServiceTest 2021-07-21 11:59:40,068 INFO [main] org.appng.core.service.LdapService: Found 2 member(s) for group 'cn=logingroup,ou=groups,l=egypt' 2021-07-21 11:59:40,074 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal. 2021-07-21 11:59:40,083 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.) 2021-07-21 11:59:40,084 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!) 2021-07-21 11:59:40,086 INFO [main] org.appng.core.service.LdapService: User 'aziz' (uid=aziz,ou=users,l=egypt) is member of 'cn=logingroup,ou=groups,l=egypt' 2021-07-21 11:59:40,088 INFO [main] org.appng.core.service.LdapService: User 'aZiZ' (uid=aziz,ou=users,l=egypt) is member of 'cn=logingroup,ou=groups,l=egypt' 2021-07-21 11:59:40,089 INFO [main] org.appng.core.service.LdapService: User 'aZiZ' (uid=aziz,ou=users,l=egypt) is member of 'cn=logingroup,ou=groups,l=egypt' [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.appng.core.service.LdapServiceTest [INFO] Running org.appng.core.service.HsqlStarterTest 2021-07-21 11:59:40,132 INFO [Time-limited test] org.appng.core.service.HsqlStarter: starting HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2021-07-21 11:59:40,204 INFO [HSQLDB Server @73a7dfbc] hsqldb.db.HSQLDB7AC881AF81.ENGINE: Checkpoint start 2021-07-21 11:59:40,204 INFO [HSQLDB Server @73a7dfbc] hsqldb.db.HSQLDB7AC881AF81.ENGINE: checkpointClose start 2021-07-21 11:59:40,255 INFO [HSQLDB Server @73a7dfbc] hsqldb.db.HSQLDB7AC881AF81.ENGINE: checkpointClose synched 2021-07-21 11:59:40,270 INFO [HSQLDB Server @73a7dfbc] hsqldb.db.HSQLDB7AC881AF81.ENGINE: checkpointClose script done 2021-07-21 11:59:40,290 INFO [HSQLDB Server @73a7dfbc] hsqldb.db.HSQLDB7AC881AF81.ENGINE: checkpointClose end 2021-07-21 11:59:40,291 INFO [HSQLDB Server @73a7dfbc] hsqldb.db.HSQLDB7AC881AF81.ENGINE: Checkpoint end - txts: 1 2021-07-21 11:59:40,487 INFO [Time-limited test] org.appng.core.service.HsqlStarter: shutting down HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2021-07-21 11:59:40,705 INFO [HSQLDB Connection @41db4cf1] hsqldb.db.HSQLDB7AC881AF81.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.822 s - in org.appng.core.service.HsqlStarterTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2021-07-21 11:59:41,922 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}. 2021-07-21 11:59:41,924 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. 2021-07-21 11:59:41,936 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] 2021-07-21 11:59:41,936 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1e273790, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@19827336, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@369bd82c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@540dcfba, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7331e91c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@79202f8f] 2021-07-21 11:59:41,941 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:41 CEST 2021]; root of context hierarchy 2021-07-21 11:59:42,134 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,134 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,134 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,134 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,134 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,135 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,135 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,135 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,135 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,135 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,136 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,136 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,136 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,136 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,136 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,136 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,137 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:42,172 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:42,268 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:42,285 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:42,332 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:42,333 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:42,333 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:42,333 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:42,333 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:42,334 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:42,340 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:42,614 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@c915d35] 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. 2021-07-21 11:59:42,620 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@230a7a05] 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. 2021-07-21 11:59:42,642 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:42,643 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:42,647 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:41 CEST 2021]; root of context hierarchy 2021-07-21 11:59:42,938 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@61ab98d1 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@62a78882, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1a7c148a 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4e96956e]; rollback [true] 2021-07-21 11:59:42,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2021-07-21 11:59:42,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2021-07-21 11:59:42,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Site name 2021-07-21 11:59:42,963 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@61ab98d1 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@62a78882, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1a7c148a 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]]] 2021-07-21 11:59:42,963 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:41 CEST 2021]; root of context hierarchy 2021-07-21 11:59:42,965 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:42,966 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.048 s - in org.appng.core.repository.SiteRepositoryTest [INFO] Running org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2021-07-21 11:59:43,001 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}. 2021-07-21 11:59:43,001 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. 2021-07-21 11:59:43,005 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] 2021-07-21 11:59:43,006 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@46e82a14, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@771483f7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1f7b4f75, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3a8c4bab, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3db36e64, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6e6b591e] 2021-07-21 11:59:43,007 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:43 CEST 2021]; root of context hierarchy 2021-07-21 11:59:43,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,214 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,214 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,214 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,214 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,214 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,214 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,214 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,215 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,215 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:43,248 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:43,318 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:43,361 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:43,405 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:43,405 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:43,405 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:43,405 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:43,405 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:43,406 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:43,411 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:43,693 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5fb1d28d] 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. 2021-07-21 11:59:43,697 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@301cf21a] 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. 2021-07-21 11:59:43,720 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:43,720 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:43,725 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:43 CEST 2021]; root of context hierarchy 2021-07-21 11:59:44,054 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@606c9b50 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@20e87aa3, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@53c45354 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1adde9af]; rollback [true] 2021-07-21 11:59:44,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2021-07-21 11:59:44,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2021-07-21 11:59:44,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2021-07-21 11:59:44,071 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@606c9b50 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@20e87aa3, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@53c45354 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]]] 2021-07-21 11:59:44,071 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:43 CEST 2021]; root of context hierarchy 2021-07-21 11:59:44,072 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:44,072 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.079 s - in org.appng.core.repository.RoleRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2021-07-21 11:59:44,076 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}. 2021-07-21 11:59:44,076 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. 2021-07-21 11:59:44,081 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] 2021-07-21 11:59:44,081 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@176dd857, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@785b665c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4c36ca6c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@303284d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7a55f71a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@599f178a] 2021-07-21 11:59:44,083 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:44 CEST 2021]; root of context hierarchy 2021-07-21 11:59:44,257 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,257 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,257 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,258 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,258 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,258 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,258 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,258 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,258 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,258 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,258 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,259 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,259 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,259 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,259 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,259 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,259 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:44,292 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:44,346 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:44,357 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:44,424 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:44,425 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:44,425 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:44,425 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:44,425 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:44,425 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:44,430 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:44,671 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7597bf6e] 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. 2021-07-21 11:59:44,675 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@470216ec] 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. 2021-07-21 11:59:44,698 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:44,698 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:44,703 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:44 CEST 2021]; root of context hierarchy 2021-07-21 11:59:45,296 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6f86741 testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@3ab8b8ed, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@717e92d5 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4fc61fd4]; rollback [true] 2021-07-21 11:59:45,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2021-07-21 11:59:45,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission name 2021-07-21 11:59:45,314 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@6f86741 testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@3ab8b8ed, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@717e92d5 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]]] 2021-07-21 11:59:45,315 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:44 CEST 2021]; root of context hierarchy 2021-07-21 11:59:45,316 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:45,316 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.24 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.03 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2021-07-21 11:59:45,355 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}. 2021-07-21 11:59:45,355 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. 2021-07-21 11:59:45,362 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] 2021-07-21 11:59:45,363 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@18a6b4c0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6064a08e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@70058b8b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@49cb91ea, org.springframework.test.context.transaction.TransactionalTestExecutionListener@64662ca7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@21438075] 2021-07-21 11:59:45,365 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:45 CEST 2021]; root of context hierarchy 2021-07-21 11:59:45,549 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,550 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,551 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,551 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,551 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,551 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,551 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,551 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,551 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:45,584 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:45,650 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:45,661 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:45,711 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:45,711 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:45,712 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:45,712 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:45,712 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:45,713 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:45,718 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:45,977 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1981016e] 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. 2021-07-21 11:59:45,981 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@741b2455] 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. 2021-07-21 11:59:46,010 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:46,010 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:46,015 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:45 CEST 2021]; root of context hierarchy 2021-07-21 11:59:46,292 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5bd44caa testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@5febb7f, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@77752037 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@310ff368]; rollback [true] 2021-07-21 11:59:46,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foo.bar 2021-07-21 11:59:46,306 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@5bd44caa testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@5febb7f, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@77752037 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]]] 2021-07-21 11:59:46,307 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:45 CEST 2021]; root of context hierarchy 2021-07-21 11:59:46,309 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:46,309 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.956 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2021-07-21 11:59:46,314 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}. 2021-07-21 11:59:46,314 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. 2021-07-21 11:59:46,321 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] 2021-07-21 11:59:46,321 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5c438d8c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1fe83b54, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7aac120c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@39b37c42, org.springframework.test.context.transaction.TransactionalTestExecutionListener@795cb915, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@27b00ff1] 2021-07-21 11:59:46,323 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:46 CEST 2021]; root of context hierarchy 2021-07-21 11:59:46,506 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,506 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,507 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,507 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,507 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,507 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,507 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,508 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,508 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,508 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,508 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,508 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,508 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,509 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,509 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,509 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,509 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:46,550 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:46,602 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:46,612 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:46,655 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:46,656 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:46,656 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:46,656 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:46,656 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:46,657 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:46,662 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:46,868 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7781bb4c] 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. 2021-07-21 11:59:46,871 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2530e734] 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. 2021-07-21 11:59:46,892 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:46,892 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:46,896 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:46 CEST 2021]; root of context hierarchy 2021-07-21 11:59:47,142 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7404d320 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@a74c8a2, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@663a3618 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@465077b0]; rollback [true] 2021-07-21 11:59:47,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2021-07-21 11:59:47,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource name of application name 2021-07-21 11:59:47,152 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@7404d320 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@a74c8a2, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@663a3618 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]]] 2021-07-21 11:59:47,152 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:46 CEST 2021]; root of context hierarchy 2021-07-21 11:59:47,153 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:47,153 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.81 s - in org.appng.core.repository.ResourceRepositoryTest [INFO] Running org.appng.core.repository.RepositoryTest 2021-07-21 11:59:47,158 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}. 2021-07-21 11:59:47,158 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. 2021-07-21 11:59:47,163 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] 2021-07-21 11:59:47,164 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@36104598, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5aef5a3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3704a5ce, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5e1460a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@31e9efab, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@431817d8] 2021-07-21 11:59:47,165 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:47 CEST 2021]; root of context hierarchy 2021-07-21 11:59:47,402 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,402 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,402 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,403 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,403 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,403 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,403 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,403 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,403 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,403 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,403 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,404 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,404 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,404 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,404 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,404 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,404 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:47,441 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:47,496 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:47,507 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:47,548 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:47,548 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:47,548 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:47,548 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:47,548 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:47,549 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:47,553 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:47,793 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@67f5ddc0] 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. 2021-07-21 11:59:47,796 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@29aaa084] 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. 2021-07-21 11:59:47,821 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:47,821 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:47,825 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:47 CEST 2021]; root of context hierarchy 2021-07-21 11:59:48,128 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4360ecc1 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@783c18b4, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@473f9b12 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@28f16a79]; rollback [true] 2021-07-21 11:59:48,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2021-07-21 11:59:48,136 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@4360ecc1 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@783c18b4, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@473f9b12 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]]] 2021-07-21 11:59:48,136 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:47 CEST 2021]; root of context hierarchy 2021-07-21 11:59:48,138 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:48,138 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.989 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2021-07-21 11:59:48,157 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}. 2021-07-21 11:59:48,158 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. 2021-07-21 11:59:48,176 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] 2021-07-21 11:59:48,177 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7e679f4f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3e14014c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@a4117c1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@29eecaf4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6bb1a561, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@75b1d73a] 2021-07-21 11:59:48,178 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:48 CEST 2021]; root of context hierarchy 2021-07-21 11:59:48,437 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,438 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,438 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,438 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,439 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,439 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,439 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,439 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,439 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,440 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,440 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,440 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,440 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,440 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,440 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,441 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,441 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:48,487 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:48,546 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:48,556 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:48,599 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:48,599 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:48,599 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:48,599 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:48,599 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:48,600 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:48,605 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:48,838 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@644a2bbc] 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. 2021-07-21 11:59:48,842 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@41648116] 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. 2021-07-21 11:59:48,869 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:48,870 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:48,875 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:48 CEST 2021]; root of context hierarchy 2021-07-21 11:59:49,175 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6adf3212 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@1632c3a2, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35b1fd99 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@75b425d6]; rollback [true] 2021-07-21 11:59:49,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2021-07-21 11:59:49,180 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2021-07-21 11:59:49,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2021-07-21 11:59:49,189 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@6adf3212 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@1632c3a2, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@35b1fd99 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]]] 2021-07-21 11:59:49,190 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:48 CEST 2021]; root of context hierarchy 2021-07-21 11:59:49,191 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:49,191 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.043 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.JobExecutionRecordRepositoryTest 2021-07-21 11:59:49,197 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}. 2021-07-21 11:59:49,197 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. 2021-07-21 11:59:49,202 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] 2021-07-21 11:59:49,202 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@69710e20, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@542a0f43, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5629727b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@695f40fb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@8be53fe, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@cea15bd] 2021-07-21 11:59:49,203 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:49 CEST 2021]; root of context hierarchy 2021-07-21 11:59:49,369 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,369 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,369 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,370 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,371 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,371 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,371 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,371 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:49,406 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:49,475 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:49,485 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:49,525 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:49,525 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:49,526 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:49,526 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:49,526 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:49,526 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:49,531 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:49,736 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@78804e2f] 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. 2021-07-21 11:59:49,740 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2dede4d3] 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. 2021-07-21 11:59:49,761 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:49,761 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:49,765 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:49 CEST 2021]; root of context hierarchy 2021-07-21 11:59:50,007 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4af3e47a testClass = JobExecutionRecordRepositoryTest, testInstance = org.appng.core.repository.JobExecutionRecordRepositoryTest@292d6dba, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@629025a3 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7dfea2e2]; rollback [true] 2021-07-21 11:59:50,012 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@4af3e47a testClass = JobExecutionRecordRepositoryTest, testInstance = org.appng.core.repository.JobExecutionRecordRepositoryTest@292d6dba, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@629025a3 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]]] 2021-07-21 11:59:50,014 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:49 CEST 2021]; root of context hierarchy 2021-07-21 11:59:50,015 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:50,016 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.833 s - in org.appng.core.repository.JobExecutionRecordRepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2021-07-21 11:59:50,035 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}. 2021-07-21 11:59:50,035 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. 2021-07-21 11:59:50,039 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] 2021-07-21 11:59:50,039 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3e62965e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7ee34ce1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@60410abb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6ef4205a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@448e9bbc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@20ee4388] 2021-07-21 11:59:50,041 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:50 CEST 2021]; root of context hierarchy 2021-07-21 11:59:50,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,213 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,214 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,214 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,215 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,215 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,215 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,215 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,215 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,215 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,215 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,216 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,216 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,216 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:50,244 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:50,294 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:50,303 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:50,343 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:50,344 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:50,344 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:50,344 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:50,344 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:50,345 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:50,349 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:50,546 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7203c737] 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. 2021-07-21 11:59:50,550 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@22af82a8] 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. 2021-07-21 11:59:50,568 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:50,568 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:50,571 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:50 CEST 2021]; root of context hierarchy 2021-07-21 11:59:50,791 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@22204748 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@3fb9f17b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ec83e36 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]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@91b6f70]; rollback [true] 2021-07-21 11:59:50,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2021-07-21 11:59:50,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2021-07-21 11:59:50,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2021-07-21 11:59:50,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2021-07-21 11:59:50,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject name 2021-07-21 11:59:50,823 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@22204748 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@3fb9f17b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1ec83e36 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]]] 2021-07-21 11:59:50,823 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:50 CEST 2021]; root of context hierarchy 2021-07-21 11:59:50,824 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:50,824 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.791 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2021-07-21 11:59:50,837 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] 2021-07-21 11:59:50,837 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3f516703, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@644fcde4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1c25edc4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5dec6a6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3183c061, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2b391b58] 2021-07-21 11:59:50,839 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 11:59:50 CEST 2021]; root of context hierarchy 2021-07-21 11:59:51,015 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,015 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,016 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,016 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,016 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,016 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,016 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,016 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,017 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,017 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,017 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,017 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,017 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,017 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,017 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,017 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,018 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2021-07-21 11:59:51,050 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:51,101 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:51,111 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2021-07-21 11:59:51,153 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 11:59:51,153 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2021-07-21 11:59:51,153 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2021-07-21 11:59:51,153 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2021-07-21 11:59:51,154 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 11:59:51,154 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:51,158 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:51,364 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5265d2af] 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. 2021-07-21 11:59:51,368 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@694a58d6] 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. 2021-07-21 11:59:51,389 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:51,389 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:51,393 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 11:59:50 CEST 2021]; root of context hierarchy 2021-07-21 11:59:52,618 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.CardinalityCheckingIterator.typeError(CardinalityCheckingIterator.java:104) at net.sf.saxon.expr.CardinalityCheckingIterator.(CardinalityCheckingIterator.java:54) at net.sf.saxon.expr.CardinalityChecker.iterate(CardinalityChecker.java:239) at net.sf.saxon.expr.AtomicSequenceConverter.iterate(AtomicSequenceConverter.java:304) at net.sf.saxon.expr.Expression.process(Expression.java:949) at net.sf.saxon.expr.instruct.ValueOf.processLeavingTail(ValueOf.java:341) at net.sf.saxon.expr.instruct.TemplateRule.applyLeavingTail(TemplateRule.java:384) at net.sf.saxon.trans.Mode.applyTemplates(Mode.java:568) at net.sf.saxon.trans.XsltController.applyTemplates(XsltController.java:661) at net.sf.saxon.s9api.AbstractXsltTransformer.applyTemplatesToSource(AbstractXsltTransformer.java:360) at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:349) at net.sf.saxon.jaxp.TransformerImpl.transform(TransformerImpl.java:74) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:319) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:198) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 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:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 2021-07-21 11:59:52,624 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 2021-07-21 11:59:52,624 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/template.xsl 2021-07-21 11:59:52,624 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/platform.xml 2021-07-21 11:59:52,624 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/stacktrace.txt 2021-07-21 11:59:52,672 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.trans.XPathException.fromXmlProcessingError(XPathException.java:178) at net.sf.saxon.lib.ErrorReporterToListener.report(ErrorReporterToListener.java:64) at net.sf.saxon.style.Compilation.reportError(Compilation.java:447) at net.sf.saxon.style.StyleElement.compileError(StyleElement.java:2345) at net.sf.saxon.style.StyleElement.validateSubtree(StyleElement.java:1691) at net.sf.saxon.style.AbsentExtensionElement.validateSubtree(AbsentExtensionElement.java:70) at net.sf.saxon.style.PrincipalStylesheetModule.preprocess(PrincipalStylesheetModule.java:403) at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:288) at net.sf.saxon.style.StylesheetModule.loadStylesheet(StylesheetModule.java:252) at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:113) at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:838) at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:154) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:182) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 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:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 2021-07-21 11:59:52,673 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 2021-07-21 11:59:52,673 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/template.xsl 2021-07-21 11:59:52,674 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/platform.xml 2021-07-21 11:59:52,674 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/stacktrace.txt 2021-07-21 11:59:52,692 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 11:59:50 CEST 2021]; root of context hierarchy 2021-07-21 11:59:52,693 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2021-07-21 11:59:52,693 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: 1.869 s - in org.appng.core.model.PlatformTransformerTest [INFO] Running org.appng.core.model.RepositoryUtilsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.model.RepositoryUtilsTest [INFO] Running org.appng.core.model.CacheProviderTest 2021-07-21 11:59:52,710 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/WEB-INF/cache/platform/appNG 2021-07-21 11:59:52,710 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/WEB-INF/cache/application/appNG 2021-07-21 11:59:52,715 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/WEB-INF/cache/platform/appNG/foobar 2021-07-21 11:59:52,715 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/WEB-INF/cache/application/appNG/foobar [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.002 s - in org.appng.core.model.JarInfoBuilderTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2021-07-21 11:59:52,739 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] 2021-07-21 11:59:52,741 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5bc09b21, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1939537d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2fe2a864, org.springframework.test.context.support.DirtiesContextTestExecutionListener@634609cb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3c808f11, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6ff18147] 2021-07-21 11:59:52,773 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2021-07-21 11:59:52,873 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2021-07-21 11:59:52,888 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2021-07-21 11:59:52,908 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@556aa555: startup date [Wed Jul 21 11:59:52 CEST 2021]; root of context hierarchy 2021-07-21 11:59:52,954 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2021-07-21 11:59:52,966 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:53,047 INFO [HSQLDB Server @6ece5003] hsqldb.db.HSQLDB7AC881E1D5.ENGINE: Checkpoint start 2021-07-21 11:59:53,048 INFO [HSQLDB Server @6ece5003] hsqldb.db.HSQLDB7AC881E1D5.ENGINE: checkpointClose start 2021-07-21 11:59:53,097 INFO [HSQLDB Server @6ece5003] hsqldb.db.HSQLDB7AC881E1D5.ENGINE: checkpointClose synched 2021-07-21 11:59:53,134 INFO [HSQLDB Server @6ece5003] hsqldb.db.HSQLDB7AC881E1D5.ENGINE: checkpointClose script done 2021-07-21 11:59:53,151 INFO [HSQLDB Server @6ece5003] hsqldb.db.HSQLDB7AC881E1D5.ENGINE: checkpointClose end 2021-07-21 11:59:53,152 INFO [HSQLDB Server @6ece5003] hsqldb.db.HSQLDB7AC881E1D5.ENGINE: Checkpoint end - txts: 1 2021-07-21 11:59:53,344 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2021-07-21 11:59:53,346 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2021-07-21 11:59:53,596 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 11:59:53,608 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:53,654 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:53,655 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2021-07-21 11:59:53,889 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2021-07-21 11:59:54,043 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 2021-07-21 11:59:54,044 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en 2021-07-21 11:59:54,271 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: 965570136 at org.appng.api.support.CallableAction.execute(CallableAction.java:456) at org.appng.api.support.CallableAction.perform(CallableAction.java:336) at org.appng.core.model.ActionElement.perform(ActionElement.java:75) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:531) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:126) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:423) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:467) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:431) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:351) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:279) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 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:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 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:438) ... 44 more 2021-07-21 11:59:54,582 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: 387758926 at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:240) at org.appng.api.support.CallableAction.retrieveData(CallableAction.java:234) at org.appng.api.support.CallableAction.perform(CallableAction.java:334) at org.appng.core.model.ActionElement.perform(ActionElement.java:75) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:531) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:126) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:423) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:467) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:431) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:351) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:279) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 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:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 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:201) ... 45 more 2021-07-21 11:59:54,893 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@556aa555: startup date [Wed Jul 21 11:59:52 CEST 2021]; root of context hierarchy 2021-07-21 11:59:54,894 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2021-07-21 11:59:55,070 INFO [HSQLDB Connection @3fffaa46] hsqldb.db.HSQLDB7AC881E1D5.ENGINE: Database closed [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.544 s - in org.appng.core.model.ApplicationProviderTest [INFO] Running org.appng.core.model.ThymeleafProcessorTest 2021-07-21 11:59:55,443 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:55,412_main/platform.xml 2021-07-21 11:59:56,084 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:55,412_main/template/hello.html 2021-07-21 11:59:56,085 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:55,412_main/template/platform.html 2021-07-21 11:59:56,086 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:55,412_main/template/hello-custom.html 2021-07-21 11:59:56,539 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:55,412_main/index.html 2021-07-21 11:59:56,663 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:56,645_main/platform.xml 2021-07-21 11:59:56,685 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:56,645_main/template/hello.html 2021-07-21 11:59:56,686 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:56,645_main/template/platform.html 2021-07-21 11:59:56,686 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:56,645_main/template/hello-custom.html 2021-07-21 11:59:56,701 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:56,645_main/index.html 2021-07-21 11:59:56,732 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:56,723_main/platform.xml 2021-07-21 11:59:56,751 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:56,723_main/template/hello.html 2021-07-21 11:59:56,752 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:56,723_main/template/platform.html 2021-07-21 11:59:56,752 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/debug/2021-07-21-11:59:56,723_main/template/hello-custom.html [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.476 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.025 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.PageParameterProcessorTest 2021-07-21 11:59:56,879 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.191 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.01 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.application.PermissionProcessorTest 2021-07-21 11:59:57,010 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2021-07-21 11:59:57,010 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2021-07-21 11:59:57,011 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2021-07-21 11:59:57,011 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2021-07-21 11:59:57,011 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2021-07-21 11:59:57,011 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.016 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.controller.rest.RestActionTest 2021-07-21 11:59:57,494 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in org.appng.core.controller.rest.RestActionTest [INFO] Running org.appng.core.controller.rest.RestDataSourceTest 2021-07-21 11:59:57,744 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s - in org.appng.core.controller.rest.RestDataSourceTest [INFO] Running org.appng.core.controller.rest.RestOperationTest 2021-07-21 11:59:57,749 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.controller.rest.RestOperationTest [INFO] Running org.appng.core.controller.PlatformConfigTest 2021-07-21 11:59:57,886 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7556f022: startup date [Wed Jul 21 11:59:57 CEST 2021]; root of context hierarchy 2021-07-21 11:59:58,099 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,099 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,100 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManagerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManagerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,100 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,100 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,100 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'documentBuilderFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=documentBuilderFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,100 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'transformerFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=transformerFactory; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,100 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,100 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'marshallService' with a different definition: replacing [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=prototype; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=marshallService; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,101 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,101 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'databaseService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=databaseService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,101 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,101 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'initializerService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=initializerService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,101 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'ldapService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=ldapService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,101 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'thymeleafProcessor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=thymeleafProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,101 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformTransformer' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=request; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformTransformer; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,102 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'requestProcessor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/service/PlatformTestConfig.class]] with [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=requestProcessor; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.controller.PlatformConfig] 2021-07-21 11:59:58,142 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Jul 21, 2021 11:59:58 AM java.util.prefs.FileSystemPreferences$6 run WARNING: Prefs file removed in background /var/lib/jenkins/.java/.userPrefs/prefs.xml Jul 21, 2021 11:59:58 AM java.util.prefs.FileSystemPreferences$6 run WARNING: Prefs file removed in background /etc/.java/.systemPrefs/prefs.xml 2021-07-21 11:59:58,167 INFO [main] org.appng.core.repository.config.HikariCPConfigurer: connection jdbc:hsqldb:mem://appng uses datasource org.hsqldb.jdbc.JDBCDataSource 2021-07-21 11:59:58,174 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Starting... 2021-07-21 11:59:58,209 INFO [main] com.zaxxer.hikari.pool.PoolBase: appNG ROOT connection - Driver does not support get/set network timeout for connections. (feature not supported) 2021-07-21 11:59:58,216 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Start completed. 2021-07-21 11:59:58,240 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNG' 2021-07-21 11:59:58,240 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG] 2021-07-21 11:59:58,292 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 11:59:58,310 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:58,517 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:58,517 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG' 2021-07-21 11:59:58,532 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.annotation.AnnotationConfigApplicationContext@7556f022: startup date [Wed Jul 21 11:59:57 CEST 2021]; root of context hierarchy 2021-07-21 11:59:58,811 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2021-07-21 11:59:58,813 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://appng (HSQL Database Engine 2.5.0) 2021-07-21 11:59:58,813 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 11:59:58,817 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem://appng (HSQL Database Engine 2.5) 2021-07-21 11:59:58,826 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7556f022: startup date [Wed Jul 21 11:59:57 CEST 2021]; root of context hierarchy 2021-07-21 11:59:58,827 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG' 2021-07-21 11:59:58,828 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown initiated... 2021-07-21 11:59:58,835 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown completed. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 s - in org.appng.core.controller.PlatformConfigTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2021-07-21 11:59:58,864 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest$TestEvent - Origin: appng.node2 - Site: localhost 2021-07-21 11:59:58,865 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest$TestEvent - Origin: appng.node1 - Site: localhost 2021-07-21 11:59:58,865 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.025 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.001 s - in org.appng.core.controller.RequestUtilTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2021-07-21 11:59:58,883 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] 2021-07-21 11:59:58,883 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4dd60d00, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@10caef1d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@40400a5d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@49b52c79, org.springframework.test.context.transaction.TransactionalTestExecutionListener@34f68642, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@730335c6] 2021-07-21 11:59:58,897 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2021-07-21 11:59:58,925 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2021-07-21 11:59:58,936 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2021-07-21 11:59:58,971 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@33d1cb19: startup date [Wed Jul 21 11:59:58 CEST 2021]; root of context hierarchy 2021-07-21 11:59:58,982 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2021-07-21 11:59:58,984 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 11:59:59,130 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2021-07-21 11:59:59,130 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2021-07-21 11:59:59,277 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 11:59:59,295 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 11:59:59,580 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 11:59:59,581 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2021-07-21 11:59:59,674 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2021-07-21 11:59:59,802 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@33d1cb19: startup date [Wed Jul 21 11:59:58 CEST 2021]; root of context hierarchy 2021-07-21 11:59:59,802 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2021-07-21 12:00:00,366 INFO [HSQLDB Connection @11b49f89] hsqldb.db.HSQLDB7AC881E1D5.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.695 s - in org.appng.core.controller.ApplicationContextTest [INFO] Running org.appng.core.controller.RedirectTest 2021-07-21 12:00:00,583 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2021-07-21 12:00:00,584 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2021-07-21 12:00:00,585 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.007 s - in org.appng.core.controller.RedirectTest [INFO] Running org.appng.core.controller.PlatformStartupTest 2021-07-21 12:00:00,631 INFO [main] org.appng.core.controller.Log4jConfigurer: Initialized log4j from classpath:log4j.properties 2021-07-21 12:00:00,631 INFO [main] org.appng.core.controller.PlatformStartup: ------------------------------------------------ 2021-07-21 12:00:00,644 INFO [main] org.appng.core.controller.PlatformStartup: Launching _ _ ____ 2021-07-21 12:00:00,644 INFO [main] org.appng.core.controller.PlatformStartup: __ _ _ __ _ __ | \ | |/ ___| 2021-07-21 12:00:00,644 INFO [main] org.appng.core.controller.PlatformStartup: / _` | '_ \| '_ \| \| | | _ 2021-07-21 12:00:00,644 INFO [main] org.appng.core.controller.PlatformStartup: | (_| | |_) | |_) | |\ | |_| | 2021-07-21 12:00:00,644 INFO [main] org.appng.core.controller.PlatformStartup: \__,_| .__/| .__/|_| \_|\____| 2021-07-21 12:00:00,644 INFO [main] org.appng.core.controller.PlatformStartup: |_| |_| 2021-07-21 12:00:00,644 INFO [main] org.appng.core.controller.PlatformStartup: ----------------------------appNG.version------- 2021-07-21 12:00:00,644 INFO [main] org.appng.core.controller.PlatformStartup: ...the Next Generation Application Platform 2021-07-21 12:00:00,646 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.5.0 at /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/WEB-INF/database/appng on port 9050 2021-07-21 12:00:00,665 INFO [HSQLDB Server @11595126] hsqldb.db.HSQLDB7AC881FF98.ENGINE: Checkpoint start 2021-07-21 12:00:00,666 INFO [HSQLDB Server @11595126] hsqldb.db.HSQLDB7AC881FF98.ENGINE: checkpointClose start 2021-07-21 12:00:00,672 INFO [HSQLDB Server @11595126] hsqldb.db.HSQLDB7AC881FF98.ENGINE: checkpointClose synched 2021-07-21 12:00:00,679 INFO [HSQLDB Server @11595126] hsqldb.db.HSQLDB7AC881FF98.ENGINE: checkpointClose script done 2021-07-21 12:00:00,692 INFO [HSQLDB Server @11595126] hsqldb.db.HSQLDB7AC881FF98.ENGINE: checkpointClose end 2021-07-21 12:00:00,692 INFO [HSQLDB Server @11595126] hsqldb.db.HSQLDB7AC881FF98.ENGINE: Checkpoint end - txts: 1 2021-07-21 12:00:00,747 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2021-07-21 12:00:00,850 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5.0) 2021-07-21 12:00:00,851 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:00:00,956 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5) 2021-07-21 12:00:01,184 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5.0) 2021-07-21 12:00:01,184 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:00:01,291 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.5) 2021-07-21 12:00:01,319 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.012s) 2021-07-21 12:00:01,333 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:00:01,353 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:00:01,385 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:00:01,438 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:00:01,464 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:00:01,485 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:00:01,508 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:00:01,520 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:00:01,533 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:00:01,552 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:00:01,564 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:00:01,578 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:00:01,593 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:00:01,606 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:00:01,607 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:00:01,608 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:00:01,616 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:00:01,629 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:00:01,643 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:00:01,647 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:00:01,657 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:00:01,665 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.317s) 2021-07-21 12:00:01,666 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2021-07-21 12:00:01,670 INFO [appNG Startup] org.appng.core.controller.PlatformStartup: appNG null started in 1025 ms. 2021-07-21 12:00:01,670 INFO [appNG Startup] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2021-07-21 12:00:01,773 INFO [main] org.appng.core.controller.PlatformStartup: Called com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkedShutdown() 2021-07-21 12:00:06,773 INFO [main] org.appng.core.service.HazelcastConfigurer: Shutting down instance test 2021-07-21 12:00:06,773 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is SHUTTING_DOWN 2021-07-21 12:00:06,778 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is SHUTTING_DOWN 2021-07-21 12:00:06,783 INFO [hz.test.cached.thread-4] com.hazelcast.internal.partition.impl.MigrationManager: [10.102.4.100]:5702 [appNG] [4.2] Shutdown request of Member [10.102.4.100]:5702 - 6143e1a8-6512-4ddc-86da-64247a76d444 this is handled 2021-07-21 12:00:06,797 INFO [main] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [4.2] Shutting down multicast service... 2021-07-21 12:00:06,798 INFO [main] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [4.2] Shutting down connection manager... 2021-07-21 12:00:06,802 INFO [main] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [4.2] Shutting down node engine... 2021-07-21 12:00:06,820 INFO [main] com.hazelcast.instance.impl.NodeExtension: [10.102.4.100]:5702 [appNG] [4.2] Destroying node NodeExtension. 2021-07-21 12:00:06,821 INFO [main] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [4.2] Hazelcast Shutdown is completed in 42 ms. 2021-07-21 12:00:06,821 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is SHUTDOWN 2021-07-21 12:00:06,821 INFO [main] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [4.2] Node is already shutting down... Waiting for shutdown process to complete... 2021-07-21 12:00:06,821 INFO [main] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is SHUTDOWN 2021-07-21 12:00:06,821 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2021-07-21 12:00:06,821 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.229 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.005 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2021-07-21 12:00:07,428 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7657b1c5: startup date [Wed Jul 21 12:00:07 CEST 2021]; root of context hierarchy 2021-07-21 12:00:07,434 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@7657b1c5: startup date [Wed Jul 21 12:00:07 CEST 2021]; root of context hierarchy 2021-07-21 12:00:07,519 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2021-07-21 12:00:07,701 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2021-07-21 12:00:07,703 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) 2021-07-21 12:00:07,709 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@21cb07ba: startup date [Wed Jul 21 12:00:07 CEST 2021]; root of context hierarchy 2021-07-21 12:00:07,711 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@21cb07ba: startup date [Wed Jul 21 12:00:07 CEST 2021]; root of context hierarchy 2021-07-21 12:00:07,713 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2021-07-21 12:00:07,733 ERROR [main] org.appng.core.controller.handler.ServiceRequestHandler: no webservice 'foobar' for application 'appng-demoapplication' in site 'localhost' 2021-07-21 12:00:07,740 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@64da0d75: startup date [Wed Jul 21 12:00:07 CEST 2021]; root of context hierarchy 2021-07-21 12:00:07,743 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@64da0d75: startup date [Wed Jul 21 12:00:07 CEST 2021]; root of context hierarchy 2021-07-21 12:00:07,744 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2021-07-21 12:00:07,747 WARN [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound 2021-07-21 12:00:08,748 INFO [main] org.appng.api.RequestUtil : site 'localhost' is currently in state STARTING, waited 1000ms 2021-07-21 12:00:08,749 WARN [main] org.appng.core.controller.handler.ServiceRequestHandler: Site 'localhost' is in state STARTING, returning 503 (path: /services/localhost/foobar) 2021-07-21 12:00:08,756 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@68aac202: startup date [Wed Jul 21 12:00:08 CEST 2021]; root of context hierarchy 2021-07-21 12:00:08,760 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@68aac202: startup date [Wed Jul 21 12:00:08 CEST 2021]; root of context hierarchy 2021-07-21 12:00:08,763 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2021-07-21 12:00:08,772 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2021-07-21 12:00:08,787 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4c577be: startup date [Wed Jul 21 12:00:08 CEST 2021]; root of context hierarchy 2021-07-21 12:00:08,789 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@4c577be: startup date [Wed Jul 21 12:00:08 CEST 2021]; root of context hierarchy 2021-07-21 12:00:08,790 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) throws org.appng.api.BusinessException 2021-07-21 12:00:08,800 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2021-07-21 12:00:08,814 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.976 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.handler.MonitoringHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.appng.core.controller.handler.MonitoringHandlerTest [INFO] Running org.appng.core.controller.RepositoryWatcherTest Jul 21, 2021 12:00:08 PM com.hazelcast.internal.config.AbstractConfigLocator INFO: Loading 'hazelcast.xml' from the classpath. Jul 21, 2021 12:00:08 PM com.hazelcast.config.AbstractXmlConfigHelper WARNING: Name of the hazelcast schema location[http://www.hazelcast.com/schema/config/hazelcast-config-4.0.xsd] is incorrect, using default 2021-07-21 12:00:08,995 INFO [Time-limited test] com.hazelcast.system : [10.102.4.100]:5702 [appNG] [4.2] Hazelcast 4.2 (20210324 - 405cfd1) starting at [10.102.4.100]:5702 2021-07-21 12:00:09,007 INFO [Time-limited test] com.hazelcast.spi.discovery.integration.DiscoveryService: [10.102.4.100]:5702 [appNG] [4.2] No discovery strategy is applicable for auto-detection 2021-07-21 12:00:09,009 INFO [Time-limited test] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [4.2] Using Multicast discovery 2021-07-21 12:00:09,010 WARN [Time-limited test] com.hazelcast.cp.CPSubsystem : [10.102.4.100]:5702 [appNG] [4.2] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 2021-07-21 12:00:09,033 INFO [Time-limited test] com.hazelcast.internal.diagnostics.Diagnostics: [10.102.4.100]:5702 [appNG] [4.2] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 2021-07-21 12:00:09,034 INFO [Time-limited test] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is STARTING 2021-07-21 12:00:10,984 INFO [Time-limited test] com.hazelcast.internal.cluster.ClusterService: [10.102.4.100]:5702 [appNG] [4.2] Members {size:1, ver:1} [ Member [10.102.4.100]:5702 - 9cb44552-fe2a-44b2-90dc-634c6a95f8d7 this ] 2021-07-21 12:00:10,984 WARN [Time-limited test] com.hazelcast.instance.impl.Node: [10.102.4.100]:5702 [appNG] [4.2] Config seed port is 5701 and cluster size is 1. Some of the ports seem occupied! 2021-07-21 12:00:10,985 INFO [Time-limited test] com.hazelcast.core.LifecycleService: [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is STARTED 2021-07-21 12:00:10,985 INFO [Time-limited test] org.appng.core.service.HazelcastConfigurer: Created default instance test 2021-07-21 12:00:10,987 INFO [Time-limited test] com.hazelcast.internal.partition.impl.PartitionStateManager: [10.102.4.100]:5702 [appNG] [4.2] Initializing cluster partition table arrangement... 2021-07-21 12:00:11,037 INFO [Time-limited test] com.hazelcast.cache.impl.CacheService: [10.102.4.100]:5702 [appNG] [4.2] Added cache config: CacheConfig{name='pageCache-localhost', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, wanReplicationRef=null} 2021-07-21 12:00:11,091 INFO [Time-limited test] org.appng.core.service.CacheService: Created cache 'pageCache-localhost' with TTL of 1800 seconds (statistics: true). 2021-07-21 12:00:11,341 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed 2021-07-21 12:00:11,341 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/conf 2021-07-21 12:00:11,343 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de 2021-07-21 12:00:11,346 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching... 2021-07-21 12:00:11,351 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for fehler.jsp 2021-07-21 12:00:11,420 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 1 cache elements for /de/fehler (cache size: 4) 2021-07-21 12:00:11,476 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 1 cache elements for /de/error (cache size: 3) 2021-07-21 12:00:11,504 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 1 cache elements for /de/fault (cache size: 2) 2021-07-21 12:00:11,504 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for test.jsp 2021-07-21 12:00:11,538 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 1 cache elements for /de/test (cache size: 1) 2021-07-21 12:00:11,539 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/conf) received ENTRY_MODIFY for urlrewrite.xml 2021-07-21 12:00:11,556 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed 2021-07-21 12:00:11,635 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo0.txt 2021-07-21 12:00:11,654 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo0.txt (cache size: 0) 2021-07-21 12:00:11,654 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo0.txt 2021-07-21 12:00:11,687 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo0.txt (cache size: 0) 2021-07-21 12:00:11,687 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo0.txt 2021-07-21 12:00:11,727 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo0.txt (cache size: 0) 2021-07-21 12:00:11,727 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo1.txt 2021-07-21 12:00:11,758 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo1.txt (cache size: 0) 2021-07-21 12:00:11,759 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo1.txt 2021-07-21 12:00:11,782 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo1.txt (cache size: 0) 2021-07-21 12:00:11,782 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo1.txt 2021-07-21 12:00:11,810 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo1.txt (cache size: 0) 2021-07-21 12:00:11,810 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo2.txt 2021-07-21 12:00:11,831 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo2.txt (cache size: 0) 2021-07-21 12:00:11,831 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo2.txt 2021-07-21 12:00:11,849 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo2.txt (cache size: 0) 2021-07-21 12:00:11,849 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo2.txt 2021-07-21 12:00:11,879 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo2.txt (cache size: 0) 2021-07-21 12:00:11,879 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo3.txt 2021-07-21 12:00:11,897 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo3.txt (cache size: 0) 2021-07-21 12:00:11,897 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo3.txt 2021-07-21 12:00:11,911 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo3.txt (cache size: 0) 2021-07-21 12:00:11,911 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo3.txt 2021-07-21 12:00:11,924 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo3.txt (cache size: 0) 2021-07-21 12:00:11,924 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo4.txt 2021-07-21 12:00:11,937 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo4.txt (cache size: 0) 2021-07-21 12:00:11,937 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo4.txt 2021-07-21 12:00:11,949 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo4.txt (cache size: 0) 2021-07-21 12:00:11,949 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo4.txt 2021-07-21 12:00:11,960 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo4.txt (cache size: 0) 2021-07-21 12:00:11,960 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo5.txt 2021-07-21 12:00:11,975 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo5.txt (cache size: 0) 2021-07-21 12:00:11,975 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo5.txt 2021-07-21 12:00:11,985 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo5.txt (cache size: 0) 2021-07-21 12:00:11,985 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo5.txt 2021-07-21 12:00:11,994 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo5.txt (cache size: 0) 2021-07-21 12:00:11,994 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6.txt 2021-07-21 12:00:12,004 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6.txt (cache size: 0) 2021-07-21 12:00:12,004 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6.txt 2021-07-21 12:00:12,014 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6.txt (cache size: 0) 2021-07-21 12:00:12,014 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6.txt 2021-07-21 12:00:12,024 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6.txt (cache size: 0) 2021-07-21 12:00:12,024 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo7.txt 2021-07-21 12:00:12,034 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo7.txt (cache size: 0) 2021-07-21 12:00:12,034 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo7.txt 2021-07-21 12:00:12,044 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo7.txt (cache size: 0) 2021-07-21 12:00:12,044 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo7.txt 2021-07-21 12:00:12,052 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo7.txt (cache size: 0) 2021-07-21 12:00:12,052 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo8.txt 2021-07-21 12:00:12,060 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo8.txt (cache size: 0) 2021-07-21 12:00:12,060 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo8.txt 2021-07-21 12:00:12,068 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo8.txt (cache size: 0) 2021-07-21 12:00:12,068 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo8.txt 2021-07-21 12:00:12,076 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo8.txt (cache size: 0) 2021-07-21 12:00:12,076 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo9.txt 2021-07-21 12:00:12,085 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo9.txt (cache size: 0) 2021-07-21 12:00:12,085 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo9.txt 2021-07-21 12:00:12,093 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo9.txt (cache size: 0) 2021-07-21 12:00:12,093 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo9.txt 2021-07-21 12:00:12,101 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo9.txt (cache size: 0) 2021-07-21 12:00:12,101 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo10.txt 2021-07-21 12:00:12,109 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo10.txt (cache size: 0) 2021-07-21 12:00:12,109 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo10.txt 2021-07-21 12:00:12,117 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo10.txt (cache size: 0) 2021-07-21 12:00:12,117 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo10.txt 2021-07-21 12:00:12,125 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo10.txt (cache size: 0) 2021-07-21 12:00:12,125 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo11.txt 2021-07-21 12:00:12,133 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo11.txt (cache size: 0) 2021-07-21 12:00:12,133 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo11.txt 2021-07-21 12:00:12,141 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo11.txt (cache size: 0) 2021-07-21 12:00:12,141 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo11.txt 2021-07-21 12:00:12,150 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo11.txt (cache size: 0) 2021-07-21 12:00:12,150 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo12.txt 2021-07-21 12:00:12,157 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo12.txt (cache size: 0) 2021-07-21 12:00:12,157 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo12.txt 2021-07-21 12:00:12,165 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo12.txt (cache size: 0) 2021-07-21 12:00:12,165 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo12.txt 2021-07-21 12:00:12,174 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo12.txt (cache size: 0) 2021-07-21 12:00:12,174 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo13.txt 2021-07-21 12:00:12,183 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo13.txt (cache size: 0) 2021-07-21 12:00:12,183 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo13.txt 2021-07-21 12:00:12,191 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo13.txt (cache size: 0) 2021-07-21 12:00:12,191 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo13.txt 2021-07-21 12:00:12,201 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo13.txt (cache size: 0) 2021-07-21 12:00:12,201 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo14.txt 2021-07-21 12:00:12,209 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo14.txt (cache size: 0) 2021-07-21 12:00:12,209 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo14.txt 2021-07-21 12:00:12,218 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo14.txt (cache size: 0) 2021-07-21 12:00:12,218 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo14.txt 2021-07-21 12:00:12,227 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo14.txt (cache size: 0) 2021-07-21 12:00:12,227 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo15.txt 2021-07-21 12:00:12,234 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo15.txt (cache size: 0) 2021-07-21 12:00:12,234 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo15.txt 2021-07-21 12:00:12,241 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo15.txt (cache size: 0) 2021-07-21 12:00:12,241 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo15.txt 2021-07-21 12:00:12,248 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo15.txt (cache size: 0) 2021-07-21 12:00:12,248 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo16.txt 2021-07-21 12:00:12,256 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo16.txt (cache size: 0) 2021-07-21 12:00:12,256 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo16.txt 2021-07-21 12:00:12,262 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo16.txt (cache size: 0) 2021-07-21 12:00:12,262 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo16.txt 2021-07-21 12:00:12,270 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo16.txt (cache size: 0) 2021-07-21 12:00:12,270 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo17.txt 2021-07-21 12:00:12,277 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo17.txt (cache size: 0) 2021-07-21 12:00:12,277 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo17.txt 2021-07-21 12:00:12,283 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo17.txt (cache size: 0) 2021-07-21 12:00:12,283 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo17.txt 2021-07-21 12:00:12,289 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo17.txt (cache size: 0) 2021-07-21 12:00:12,289 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo18.txt 2021-07-21 12:00:12,295 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo18.txt (cache size: 0) 2021-07-21 12:00:12,295 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo18.txt 2021-07-21 12:00:12,303 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo18.txt (cache size: 0) 2021-07-21 12:00:12,303 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo18.txt 2021-07-21 12:00:12,309 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo18.txt (cache size: 0) 2021-07-21 12:00:12,309 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo19.txt 2021-07-21 12:00:12,315 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo19.txt (cache size: 0) 2021-07-21 12:00:12,315 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo19.txt 2021-07-21 12:00:12,321 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo19.txt (cache size: 0) 2021-07-21 12:00:12,321 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo19.txt 2021-07-21 12:00:12,327 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo19.txt (cache size: 0) 2021-07-21 12:00:12,327 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo20.txt 2021-07-21 12:00:12,333 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo20.txt (cache size: 0) 2021-07-21 12:00:12,333 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo20.txt 2021-07-21 12:00:12,339 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo20.txt (cache size: 0) 2021-07-21 12:00:12,339 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo20.txt 2021-07-21 12:00:12,346 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo20.txt (cache size: 0) 2021-07-21 12:00:12,346 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo21.txt 2021-07-21 12:00:12,352 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo21.txt (cache size: 0) 2021-07-21 12:00:12,352 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo21.txt 2021-07-21 12:00:12,358 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo21.txt (cache size: 0) 2021-07-21 12:00:12,358 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo21.txt 2021-07-21 12:00:12,364 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo21.txt (cache size: 0) 2021-07-21 12:00:12,364 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo22.txt 2021-07-21 12:00:12,370 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo22.txt (cache size: 0) 2021-07-21 12:00:12,370 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo22.txt 2021-07-21 12:00:12,376 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo22.txt (cache size: 0) 2021-07-21 12:00:12,376 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo22.txt 2021-07-21 12:00:12,382 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo22.txt (cache size: 0) 2021-07-21 12:00:12,382 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo23.txt 2021-07-21 12:00:12,388 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo23.txt (cache size: 0) 2021-07-21 12:00:12,388 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo23.txt 2021-07-21 12:00:12,393 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo23.txt (cache size: 0) 2021-07-21 12:00:12,393 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo23.txt 2021-07-21 12:00:12,399 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo23.txt (cache size: 0) 2021-07-21 12:00:12,399 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo24.txt 2021-07-21 12:00:12,405 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo24.txt (cache size: 0) 2021-07-21 12:00:12,405 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo24.txt 2021-07-21 12:00:12,412 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo24.txt (cache size: 0) 2021-07-21 12:00:12,412 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo24.txt 2021-07-21 12:00:12,419 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo24.txt (cache size: 0) 2021-07-21 12:00:12,419 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo25.txt 2021-07-21 12:00:12,427 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo25.txt (cache size: 0) 2021-07-21 12:00:12,427 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo25.txt 2021-07-21 12:00:12,435 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo25.txt (cache size: 0) 2021-07-21 12:00:12,436 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo25.txt 2021-07-21 12:00:12,442 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo25.txt (cache size: 0) 2021-07-21 12:00:12,442 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo26.txt 2021-07-21 12:00:12,448 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo26.txt (cache size: 0) 2021-07-21 12:00:12,448 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo26.txt 2021-07-21 12:00:12,454 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo26.txt (cache size: 0) 2021-07-21 12:00:12,454 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo26.txt 2021-07-21 12:00:12,460 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo26.txt (cache size: 0) 2021-07-21 12:00:12,460 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo27.txt 2021-07-21 12:00:12,466 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo27.txt (cache size: 0) 2021-07-21 12:00:12,466 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo27.txt 2021-07-21 12:00:12,472 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo27.txt (cache size: 0) 2021-07-21 12:00:12,472 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo27.txt 2021-07-21 12:00:12,480 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo27.txt (cache size: 0) 2021-07-21 12:00:12,480 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo28.txt 2021-07-21 12:00:12,486 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo28.txt (cache size: 0) 2021-07-21 12:00:12,486 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo28.txt 2021-07-21 12:00:12,493 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo28.txt (cache size: 0) 2021-07-21 12:00:12,493 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo28.txt 2021-07-21 12:00:12,500 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo28.txt (cache size: 0) 2021-07-21 12:00:12,500 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo29.txt 2021-07-21 12:00:12,507 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo29.txt (cache size: 0) 2021-07-21 12:00:12,507 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo29.txt 2021-07-21 12:00:12,513 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo29.txt (cache size: 0) 2021-07-21 12:00:12,513 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo29.txt 2021-07-21 12:00:12,519 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo29.txt (cache size: 0) 2021-07-21 12:00:12,519 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo30.txt 2021-07-21 12:00:12,525 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo30.txt (cache size: 0) 2021-07-21 12:00:12,526 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo30.txt 2021-07-21 12:00:12,531 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo30.txt (cache size: 0) 2021-07-21 12:00:12,532 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo30.txt 2021-07-21 12:00:12,538 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo30.txt (cache size: 0) 2021-07-21 12:00:12,538 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo31.txt 2021-07-21 12:00:12,544 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo31.txt (cache size: 0) 2021-07-21 12:00:12,544 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo31.txt 2021-07-21 12:00:12,549 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo31.txt (cache size: 0) 2021-07-21 12:00:12,549 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo31.txt 2021-07-21 12:00:12,555 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo31.txt (cache size: 0) 2021-07-21 12:00:12,556 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo32.txt 2021-07-21 12:00:12,561 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo32.txt (cache size: 0) 2021-07-21 12:00:12,561 WARN [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: events for /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de overflowed after 101 events 2021-07-21 12:00:12,561 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6827.txt 2021-07-21 12:00:12,567 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6827.txt (cache size: 0) 2021-07-21 12:00:12,567 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6828.txt 2021-07-21 12:00:12,573 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6828.txt (cache size: 0) 2021-07-21 12:00:12,573 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6828.txt 2021-07-21 12:00:12,579 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6828.txt (cache size: 0) 2021-07-21 12:00:12,580 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6828.txt 2021-07-21 12:00:12,593 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6828.txt (cache size: 0) 2021-07-21 12:00:12,594 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6829.txt 2021-07-21 12:00:12,608 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6829.txt (cache size: 0) 2021-07-21 12:00:12,608 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6829.txt 2021-07-21 12:00:12,620 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6829.txt (cache size: 0) 2021-07-21 12:00:12,620 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6829.txt 2021-07-21 12:00:12,631 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6829.txt (cache size: 0) 2021-07-21 12:00:12,632 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6830.txt 2021-07-21 12:00:12,643 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6830.txt (cache size: 0) 2021-07-21 12:00:12,643 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6830.txt 2021-07-21 12:00:12,652 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6830.txt (cache size: 0) 2021-07-21 12:00:12,652 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6830.txt 2021-07-21 12:00:12,662 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6830.txt (cache size: 0) 2021-07-21 12:00:12,662 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6831.txt 2021-07-21 12:00:12,670 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6831.txt (cache size: 0) 2021-07-21 12:00:12,670 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6831.txt 2021-07-21 12:00:12,678 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6831.txt (cache size: 0) 2021-07-21 12:00:12,678 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6831.txt 2021-07-21 12:00:12,687 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6831.txt (cache size: 0) 2021-07-21 12:00:12,687 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6832.txt 2021-07-21 12:00:12,696 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6832.txt (cache size: 0) 2021-07-21 12:00:12,696 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6832.txt 2021-07-21 12:00:12,708 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6832.txt (cache size: 0) 2021-07-21 12:00:12,708 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6832.txt 2021-07-21 12:00:12,719 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6832.txt (cache size: 0) 2021-07-21 12:00:12,719 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6833.txt 2021-07-21 12:00:12,728 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6833.txt (cache size: 0) 2021-07-21 12:00:12,728 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6833.txt 2021-07-21 12:00:12,735 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6833.txt (cache size: 0) 2021-07-21 12:00:12,735 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6833.txt 2021-07-21 12:00:12,744 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6833.txt (cache size: 0) 2021-07-21 12:00:12,744 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6834.txt 2021-07-21 12:00:12,753 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6834.txt (cache size: 0) 2021-07-21 12:00:12,753 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6834.txt 2021-07-21 12:00:12,763 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6834.txt (cache size: 0) 2021-07-21 12:00:12,763 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6834.txt 2021-07-21 12:00:12,774 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6834.txt (cache size: 0) 2021-07-21 12:00:12,774 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6835.txt 2021-07-21 12:00:12,785 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6835.txt (cache size: 0) 2021-07-21 12:00:12,786 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6835.txt 2021-07-21 12:00:12,796 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6835.txt (cache size: 0) 2021-07-21 12:00:12,796 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6835.txt 2021-07-21 12:00:12,807 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6835.txt (cache size: 0) 2021-07-21 12:00:12,807 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6836.txt 2021-07-21 12:00:12,820 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6836.txt (cache size: 0) 2021-07-21 12:00:12,820 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6836.txt 2021-07-21 12:00:12,827 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6836.txt (cache size: 0) 2021-07-21 12:00:12,828 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6836.txt 2021-07-21 12:00:12,835 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6836.txt (cache size: 0) 2021-07-21 12:00:12,835 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6837.txt 2021-07-21 12:00:12,843 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6837.txt (cache size: 0) 2021-07-21 12:00:12,844 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6837.txt 2021-07-21 12:00:12,854 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6837.txt (cache size: 0) 2021-07-21 12:00:12,854 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6837.txt 2021-07-21 12:00:12,862 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6837.txt (cache size: 0) 2021-07-21 12:00:12,862 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6838.txt 2021-07-21 12:00:12,869 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6838.txt (cache size: 0) 2021-07-21 12:00:12,870 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6838.txt 2021-07-21 12:00:12,877 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6838.txt (cache size: 0) 2021-07-21 12:00:12,877 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6838.txt 2021-07-21 12:00:12,884 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6838.txt (cache size: 0) 2021-07-21 12:00:12,884 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6839.txt 2021-07-21 12:00:12,892 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6839.txt (cache size: 0) 2021-07-21 12:00:12,892 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6839.txt 2021-07-21 12:00:12,900 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6839.txt (cache size: 0) 2021-07-21 12:00:12,900 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6839.txt 2021-07-21 12:00:12,908 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6839.txt (cache size: 0) 2021-07-21 12:00:12,908 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6840.txt 2021-07-21 12:00:12,916 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6840.txt (cache size: 0) 2021-07-21 12:00:12,916 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6840.txt 2021-07-21 12:00:12,924 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6840.txt (cache size: 0) 2021-07-21 12:00:12,924 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6840.txt 2021-07-21 12:00:12,932 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6840.txt (cache size: 0) 2021-07-21 12:00:12,932 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6841.txt 2021-07-21 12:00:12,940 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6841.txt (cache size: 0) 2021-07-21 12:00:12,940 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6841.txt 2021-07-21 12:00:12,947 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6841.txt (cache size: 0) 2021-07-21 12:00:12,947 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6841.txt 2021-07-21 12:00:12,954 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6841.txt (cache size: 0) 2021-07-21 12:00:12,955 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6842.txt 2021-07-21 12:00:12,962 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6842.txt (cache size: 0) 2021-07-21 12:00:12,962 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6842.txt 2021-07-21 12:00:12,970 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6842.txt (cache size: 0) 2021-07-21 12:00:12,970 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6842.txt 2021-07-21 12:00:12,978 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6842.txt (cache size: 0) 2021-07-21 12:00:12,978 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6843.txt 2021-07-21 12:00:12,985 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6843.txt (cache size: 0) 2021-07-21 12:00:12,985 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6843.txt 2021-07-21 12:00:12,994 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6843.txt (cache size: 0) 2021-07-21 12:00:12,994 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6843.txt 2021-07-21 12:00:13,002 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6843.txt (cache size: 0) 2021-07-21 12:00:13,002 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6844.txt 2021-07-21 12:00:13,010 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6844.txt (cache size: 0) 2021-07-21 12:00:13,011 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6844.txt 2021-07-21 12:00:13,018 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6844.txt (cache size: 0) 2021-07-21 12:00:13,018 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6844.txt 2021-07-21 12:00:13,026 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6844.txt (cache size: 0) 2021-07-21 12:00:13,026 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6845.txt 2021-07-21 12:00:13,033 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6845.txt (cache size: 0) 2021-07-21 12:00:13,033 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6845.txt 2021-07-21 12:00:13,042 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6845.txt (cache size: 0) 2021-07-21 12:00:13,042 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6845.txt 2021-07-21 12:00:13,050 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6845.txt (cache size: 0) 2021-07-21 12:00:13,050 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6846.txt 2021-07-21 12:00:13,058 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6846.txt (cache size: 0) 2021-07-21 12:00:13,058 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6846.txt 2021-07-21 12:00:13,066 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6846.txt (cache size: 0) 2021-07-21 12:00:13,066 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6846.txt 2021-07-21 12:00:13,073 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6846.txt (cache size: 0) 2021-07-21 12:00:13,073 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6847.txt 2021-07-21 12:00:13,081 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6847.txt (cache size: 0) 2021-07-21 12:00:13,081 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6847.txt 2021-07-21 12:00:13,089 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6847.txt (cache size: 0) 2021-07-21 12:00:13,089 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6847.txt 2021-07-21 12:00:13,097 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6847.txt (cache size: 0) 2021-07-21 12:00:13,097 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6848.txt 2021-07-21 12:00:13,104 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6848.txt (cache size: 0) 2021-07-21 12:00:13,104 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6848.txt 2021-07-21 12:00:13,113 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6848.txt (cache size: 0) 2021-07-21 12:00:13,113 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6848.txt 2021-07-21 12:00:13,125 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6848.txt (cache size: 0) 2021-07-21 12:00:13,125 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6849.txt 2021-07-21 12:00:13,134 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6849.txt (cache size: 0) 2021-07-21 12:00:13,134 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6849.txt 2021-07-21 12:00:13,142 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6849.txt (cache size: 0) 2021-07-21 12:00:13,142 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6849.txt 2021-07-21 12:00:13,149 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6849.txt (cache size: 0) 2021-07-21 12:00:13,149 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6850.txt 2021-07-21 12:00:13,156 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6850.txt (cache size: 0) 2021-07-21 12:00:13,156 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6850.txt 2021-07-21 12:00:13,163 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6850.txt (cache size: 0) 2021-07-21 12:00:13,163 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6850.txt 2021-07-21 12:00:13,171 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6850.txt (cache size: 0) 2021-07-21 12:00:13,171 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6851.txt 2021-07-21 12:00:13,179 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6851.txt (cache size: 0) 2021-07-21 12:00:13,179 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6851.txt 2021-07-21 12:00:13,186 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6851.txt (cache size: 0) 2021-07-21 12:00:13,186 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6851.txt 2021-07-21 12:00:13,194 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6851.txt (cache size: 0) 2021-07-21 12:00:13,194 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6852.txt 2021-07-21 12:00:13,203 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6852.txt (cache size: 0) 2021-07-21 12:00:13,203 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6852.txt 2021-07-21 12:00:13,210 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6852.txt (cache size: 0) 2021-07-21 12:00:13,211 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6852.txt 2021-07-21 12:00:13,218 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6852.txt (cache size: 0) 2021-07-21 12:00:13,218 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6853.txt 2021-07-21 12:00:13,231 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6853.txt (cache size: 0) 2021-07-21 12:00:13,231 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6853.txt 2021-07-21 12:00:13,239 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6853.txt (cache size: 0) 2021-07-21 12:00:13,239 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6853.txt 2021-07-21 12:00:13,246 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6853.txt (cache size: 0) 2021-07-21 12:00:13,246 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6854.txt 2021-07-21 12:00:13,253 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6854.txt (cache size: 0) 2021-07-21 12:00:13,253 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6854.txt 2021-07-21 12:00:13,260 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6854.txt (cache size: 0) 2021-07-21 12:00:13,260 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6854.txt 2021-07-21 12:00:13,268 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6854.txt (cache size: 0) 2021-07-21 12:00:13,268 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6855.txt 2021-07-21 12:00:13,276 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6855.txt (cache size: 0) 2021-07-21 12:00:13,276 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6855.txt 2021-07-21 12:00:13,283 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6855.txt (cache size: 0) 2021-07-21 12:00:13,283 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6855.txt 2021-07-21 12:00:13,291 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6855.txt (cache size: 0) 2021-07-21 12:00:13,291 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6856.txt 2021-07-21 12:00:13,299 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6856.txt (cache size: 0) 2021-07-21 12:00:13,299 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6856.txt 2021-07-21 12:00:13,306 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6856.txt (cache size: 0) 2021-07-21 12:00:13,306 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6856.txt 2021-07-21 12:00:13,314 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6856.txt (cache size: 0) 2021-07-21 12:00:13,314 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6857.txt 2021-07-21 12:00:13,322 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6857.txt (cache size: 0) 2021-07-21 12:00:13,322 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6857.txt 2021-07-21 12:00:13,329 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6857.txt (cache size: 0) 2021-07-21 12:00:13,329 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6857.txt 2021-07-21 12:00:13,336 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6857.txt (cache size: 0) 2021-07-21 12:00:13,336 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6858.txt 2021-07-21 12:00:13,344 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6858.txt (cache size: 0) 2021-07-21 12:00:13,344 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6858.txt 2021-07-21 12:00:13,351 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6858.txt (cache size: 0) 2021-07-21 12:00:13,351 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6858.txt 2021-07-21 12:00:13,359 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6858.txt (cache size: 0) 2021-07-21 12:00:13,359 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6859.txt 2021-07-21 12:00:13,366 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6859.txt (cache size: 0) 2021-07-21 12:00:13,366 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6859.txt 2021-07-21 12:00:13,375 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6859.txt (cache size: 0) 2021-07-21 12:00:13,375 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6859.txt 2021-07-21 12:00:13,386 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6859.txt (cache size: 0) 2021-07-21 12:00:13,386 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6860.txt 2021-07-21 12:00:13,395 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6860.txt (cache size: 0) 2021-07-21 12:00:13,395 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6860.txt 2021-07-21 12:00:13,405 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6860.txt (cache size: 0) 2021-07-21 12:00:13,405 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6860.txt 2021-07-21 12:00:13,414 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6860.txt (cache size: 0) 2021-07-21 12:00:13,414 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6861.txt 2021-07-21 12:00:13,428 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6861.txt (cache size: 0) 2021-07-21 12:00:13,428 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6861.txt 2021-07-21 12:00:13,436 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6861.txt (cache size: 0) 2021-07-21 12:00:13,436 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6861.txt 2021-07-21 12:00:13,444 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6861.txt (cache size: 0) 2021-07-21 12:00:13,445 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6862.txt 2021-07-21 12:00:13,455 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6862.txt (cache size: 0) 2021-07-21 12:00:13,455 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6862.txt 2021-07-21 12:00:13,464 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6862.txt (cache size: 0) 2021-07-21 12:00:13,464 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6862.txt 2021-07-21 12:00:13,472 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6862.txt (cache size: 0) 2021-07-21 12:00:13,472 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6863.txt 2021-07-21 12:00:13,487 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6863.txt (cache size: 0) 2021-07-21 12:00:13,487 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6863.txt 2021-07-21 12:00:13,496 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6863.txt (cache size: 0) 2021-07-21 12:00:13,496 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6863.txt 2021-07-21 12:00:13,504 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6863.txt (cache size: 0) 2021-07-21 12:00:13,504 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6864.txt 2021-07-21 12:00:13,516 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6864.txt (cache size: 0) 2021-07-21 12:00:13,516 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6864.txt 2021-07-21 12:00:13,525 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6864.txt (cache size: 0) 2021-07-21 12:00:13,525 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6864.txt 2021-07-21 12:00:13,534 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6864.txt (cache size: 0) 2021-07-21 12:00:13,534 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6865.txt 2021-07-21 12:00:13,544 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6865.txt (cache size: 0) 2021-07-21 12:00:13,544 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6865.txt 2021-07-21 12:00:13,568 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6865.txt (cache size: 0) 2021-07-21 12:00:13,569 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6865.txt 2021-07-21 12:00:13,579 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6865.txt (cache size: 0) 2021-07-21 12:00:13,579 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6866.txt 2021-07-21 12:00:13,590 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6866.txt (cache size: 0) 2021-07-21 12:00:13,590 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6866.txt 2021-07-21 12:00:13,600 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6866.txt (cache size: 0) 2021-07-21 12:00:13,600 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6866.txt 2021-07-21 12:00:13,612 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6866.txt (cache size: 0) 2021-07-21 12:00:13,612 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6867.txt 2021-07-21 12:00:13,622 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6867.txt (cache size: 0) 2021-07-21 12:00:13,622 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6867.txt 2021-07-21 12:00:13,633 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6867.txt (cache size: 0) 2021-07-21 12:00:13,633 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6867.txt 2021-07-21 12:00:13,643 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6867.txt (cache size: 0) 2021-07-21 12:00:13,643 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6868.txt 2021-07-21 12:00:13,653 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6868.txt (cache size: 0) 2021-07-21 12:00:13,653 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6868.txt 2021-07-21 12:00:13,663 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6868.txt (cache size: 0) 2021-07-21 12:00:13,663 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6868.txt 2021-07-21 12:00:13,673 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6868.txt (cache size: 0) 2021-07-21 12:00:13,673 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_CREATE for foo6869.txt 2021-07-21 12:00:13,683 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6869.txt (cache size: 0) 2021-07-21 12:00:13,683 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo6869.txt 2021-07-21 12:00:13,690 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6869.txt (cache size: 0) 2021-07-21 12:00:13,690 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo6869.txt 2021-07-21 12:00:13,697 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo6869.txt (cache size: 0) 2021-07-21 12:00:13,697 WARN [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: events for /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de overflowed after 229 events 2021-07-21 12:00:13,697 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_MODIFY for foo19318.txt 2021-07-21 12:00:13,704 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo19318.txt (cache size: 0) 2021-07-21 12:00:13,704 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: (/var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/test-classes/repository/manager/www/de) received ENTRY_DELETE for foo19318.txt 2021-07-21 12:00:13,711 INFO [repositoryWatcher] org.appng.core.service.CacheService: removed 0 cache elements for /de/foo19318.txt (cache size: 0) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.807 s - in org.appng.core.controller.RepositoryWatcherTest [INFO] Running org.appng.core.controller.SessionListenerTest 2021-07-21 12:00:14,716 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2021-07-21 12:00:14) 2021-07-21 12:00:14,717 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2021-07-21 12:00:14) 2021-07-21 12:00:14,718 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2021-07-21 12:00:14, accessed: 2021-07-21 12:00:14, requests: 1, domain: http://localhost:8080, user-agent: null) 2021-07-21 12:00:14,720 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2021-07-21 12:00:14) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ControllerTest 2021-07-21 12:00:14,766 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,783 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1800437050 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,814 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,816 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2117045648 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,820 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,822 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1336837363 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,823 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,826 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1211899554 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,835 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,837 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1626071585 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,840 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,842 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1509427980 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,843 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,845 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#956655984 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,851 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,853 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1377003226 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,855 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2021-07-21 12:00:14,855 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,856 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1889129582 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,867 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,869 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1739418191 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,877 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,879 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#573941365 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,882 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,883 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#298743680 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,886 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,888 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1734075198 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,891 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,892 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#871983465 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,895 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,896 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#187079327 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,898 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,900 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1494172885 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,904 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,906 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1784358293 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,909 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,911 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#597063187 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,914 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,915 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#284846856 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,918 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,919 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#683281693 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,921 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,922 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#503754707 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,924 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2021-07-21 12:00:14,925 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,926 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1089328732 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,929 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,930 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1416088708 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,936 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,937 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#216717049 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,942 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,944 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1237944924 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,949 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,950 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#141131433 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,953 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,955 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#298413238 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,957 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,958 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1859208558 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,960 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,962 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1201888989 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:14,965 INFO [main] org.appng.core.controller.Controller: Controller created 2021-07-21 12:00:14,966 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#533074765 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 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.087 s - in org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Running org.appng.core.controller.filter.RedirectFilterTest 2021-07-21 12:00:15,149 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2021-07-21 12:00:15,152 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 2021-07-21 12:00:15,155 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2021-07-21 12:00:15,170 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2021-07-21 12:00:15,177 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.115 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.04 s - in org.appng.core.controller.filter.PageCacheFilterTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2021-07-21 12:00:15,236 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#696296068 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:15,264 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#839218732 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:15,362 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#196525424 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2021-07-21 12:00:15,372 ERROR [main] org.appng.core.model.PlatformProcessor: error while processing java.io.FileNotFoundException: /var/lib/jenkins/workspace/appNG_1.23.x/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:129) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 2021-07-21 12:00:15,404 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1297931418 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.appng.core.controller.PlatformProcessorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 349, Failures: 0, Errors: 0, Skipped: 29 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/appng-core-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/appng-core-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-core --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/appng-core-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/appng-core-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-core --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 991 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml (991 B at 4.9 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 991 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml (991 B at 110 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-20210721.100016-22.jar Progress (1): 2.0/676 kB Progress (1): 4.1/676 kB Progress (1): 6.1/676 kB Progress (1): 8.2/676 kB Progress (1): 10/676 kB Progress (1): 12/676 kB Progress (1): 14/676 kB Progress (1): 16/676 kB Progress (1): 18/676 kB Progress (1): 20/676 kB Progress (1): 23/676 kB Progress (1): 25/676 kB Progress (1): 27/676 kB Progress (1): 29/676 kB Progress (1): 31/676 kB Progress (1): 33/676 kB Progress (1): 35/676 kB Progress (1): 37/676 kB Progress (1): 39/676 kB Progress (1): 41/676 kB Progress (1): 43/676 kB Progress (1): 45/676 kB Progress (1): 47/676 kB Progress (1): 49/676 kB Progress (1): 51/676 kB Progress (1): 53/676 kB Progress (1): 55/676 kB Progress (1): 57/676 kB Progress (1): 59/676 kB Progress (1): 61/676 kB Progress (1): 63/676 kB Progress (1): 66/676 kB Progress (1): 68/676 kB Progress (1): 70/676 kB Progress (1): 72/676 kB Progress (1): 74/676 kB Progress (1): 76/676 kB Progress (1): 78/676 kB Progress (1): 80/676 kB Progress (1): 82/676 kB Progress (1): 84/676 kB Progress (1): 86/676 kB Progress (1): 88/676 kB Progress (1): 90/676 kB Progress (1): 92/676 kB Progress (1): 94/676 kB Progress (1): 96/676 kB Progress (1): 98/676 kB Progress (1): 100/676 kB Progress (1): 102/676 kB Progress (1): 104/676 kB Progress (1): 106/676 kB Progress (1): 109/676 kB Progress (1): 111/676 kB Progress (1): 113/676 kB Progress (1): 115/676 kB Progress (1): 117/676 kB Progress (1): 119/676 kB Progress (1): 121/676 kB Progress (1): 123/676 kB Progress (1): 125/676 kB Progress (1): 127/676 kB Progress (1): 129/676 kB Progress (1): 131/676 kB Progress (1): 133/676 kB Progress (1): 135/676 kB Progress (1): 137/676 kB Progress (1): 139/676 kB Progress (1): 141/676 kB Progress (1): 143/676 kB Progress (1): 145/676 kB Progress (1): 147/676 kB Progress (1): 150/676 kB Progress (1): 152/676 kB Progress (1): 154/676 kB Progress (1): 156/676 kB Progress (1): 158/676 kB Progress (1): 160/676 kB Progress (1): 162/676 kB Progress (1): 164/676 kB Progress (1): 166/676 kB Progress (1): 168/676 kB Progress (1): 170/676 kB Progress (1): 172/676 kB Progress (1): 174/676 kB Progress (1): 176/676 kB Progress (1): 178/676 kB Progress (1): 180/676 kB Progress (1): 182/676 kB Progress (1): 184/676 kB Progress (1): 186/676 kB Progress (1): 188/676 kB Progress (1): 190/676 kB Progress (1): 193/676 kB Progress (1): 195/676 kB Progress (1): 197/676 kB Progress (1): 199/676 kB Progress (1): 201/676 kB Progress (1): 203/676 kB Progress (1): 205/676 kB Progress (1): 207/676 kB Progress (1): 209/676 kB Progress (1): 211/676 kB Progress (1): 213/676 kB Progress (1): 215/676 kB Progress (1): 217/676 kB Progress (1): 219/676 kB Progress (1): 221/676 kB Progress (1): 223/676 kB Progress (1): 225/676 kB Progress (1): 227/676 kB Progress (1): 229/676 kB Progress (1): 231/676 kB Progress (1): 233/676 kB Progress (1): 236/676 kB Progress (1): 238/676 kB Progress (1): 240/676 kB Progress (1): 242/676 kB Progress (1): 244/676 kB Progress (1): 246/676 kB Progress (1): 248/676 kB Progress (1): 250/676 kB Progress (1): 252/676 kB Progress (1): 254/676 kB Progress (1): 256/676 kB Progress (1): 258/676 kB Progress (1): 260/676 kB Progress (1): 262/676 kB Progress (1): 264/676 kB Progress (1): 266/676 kB Progress (1): 268/676 kB Progress (1): 270/676 kB Progress (1): 272/676 kB Progress (1): 274/676 kB Progress (1): 276/676 kB Progress (1): 279/676 kB Progress (1): 281/676 kB Progress (1): 283/676 kB Progress (1): 285/676 kB Progress (1): 287/676 kB Progress (1): 289/676 kB Progress (1): 291/676 kB Progress (1): 293/676 kB Progress (1): 295/676 kB Progress (1): 297/676 kB Progress (1): 299/676 kB Progress (1): 301/676 kB Progress (1): 303/676 kB Progress (1): 305/676 kB Progress (1): 307/676 kB Progress (1): 309/676 kB Progress (1): 311/676 kB Progress (1): 313/676 kB Progress (1): 315/676 kB Progress (1): 317/676 kB Progress (1): 319/676 kB Progress (1): 322/676 kB Progress (1): 324/676 kB Progress (1): 326/676 kB Progress (1): 328/676 kB Progress (1): 330/676 kB Progress (1): 332/676 kB Progress (1): 334/676 kB Progress (1): 336/676 kB Progress (1): 338/676 kB Progress (1): 340/676 kB Progress (1): 342/676 kB Progress (1): 344/676 kB Progress (1): 346/676 kB Progress (1): 348/676 kB Progress (1): 350/676 kB Progress (1): 352/676 kB Progress (1): 354/676 kB Progress (1): 356/676 kB Progress (1): 358/676 kB Progress (1): 360/676 kB Progress (1): 362/676 kB Progress (1): 365/676 kB Progress (1): 367/676 kB Progress (1): 369/676 kB Progress (1): 371/676 kB Progress (1): 373/676 kB Progress (1): 375/676 kB Progress (1): 377/676 kB Progress (1): 379/676 kB Progress (1): 381/676 kB Progress (1): 383/676 kB Progress (1): 385/676 kB Progress (1): 387/676 kB Progress (1): 389/676 kB Progress (1): 391/676 kB Progress (1): 393/676 kB Progress (1): 395/676 kB Progress (1): 397/676 kB Progress (1): 399/676 kB Progress (1): 401/676 kB Progress (1): 403/676 kB Progress (1): 406/676 kB Progress (1): 408/676 kB Progress (1): 410/676 kB Progress (1): 412/676 kB Progress (1): 414/676 kB Progress (1): 416/676 kB Progress (1): 418/676 kB Progress (1): 420/676 kB Progress (1): 422/676 kB Progress (1): 424/676 kB Progress (1): 426/676 kB Progress (1): 428/676 kB Progress (1): 430/676 kB Progress (1): 432/676 kB Progress (1): 434/676 kB Progress (1): 436/676 kB Progress (1): 438/676 kB Progress (1): 440/676 kB Progress (1): 442/676 kB Progress (1): 444/676 kB Progress (1): 446/676 kB Progress (1): 449/676 kB Progress (1): 451/676 kB Progress (1): 453/676 kB Progress (1): 455/676 kB Progress (1): 457/676 kB Progress (1): 459/676 kB Progress (1): 461/676 kB Progress (1): 463/676 kB Progress (1): 465/676 kB Progress (1): 467/676 kB Progress (1): 469/676 kB Progress (1): 471/676 kB Progress (1): 473/676 kB Progress (1): 475/676 kB Progress (1): 477/676 kB Progress (1): 479/676 kB Progress (1): 481/676 kB Progress (1): 483/676 kB Progress (1): 485/676 kB Progress (1): 487/676 kB Progress (1): 489/676 kB Progress (1): 492/676 kB Progress (1): 494/676 kB Progress (1): 496/676 kB Progress (1): 498/676 kB Progress (1): 500/676 kB Progress (1): 502/676 kB Progress (1): 504/676 kB Progress (1): 506/676 kB Progress (1): 508/676 kB Progress (1): 510/676 kB Progress (1): 512/676 kB Progress (1): 514/676 kB Progress (1): 516/676 kB Progress (1): 518/676 kB Progress (1): 520/676 kB Progress (1): 522/676 kB Progress (1): 524/676 kB Progress (1): 526/676 kB Progress (1): 528/676 kB Progress (1): 530/676 kB Progress (1): 532/676 kB Progress (1): 535/676 kB Progress (1): 537/676 kB Progress (1): 539/676 kB Progress (1): 541/676 kB Progress (1): 543/676 kB Progress (1): 545/676 kB Progress (1): 547/676 kB Progress (1): 549/676 kB Progress (1): 551/676 kB Progress (1): 553/676 kB Progress (1): 555/676 kB Progress (1): 557/676 kB Progress (1): 559/676 kB Progress (1): 561/676 kB Progress (1): 563/676 kB Progress (1): 565/676 kB Progress (1): 567/676 kB Progress (1): 569/676 kB Progress (1): 571/676 kB Progress (1): 573/676 kB Progress (1): 575/676 kB Progress (1): 578/676 kB Progress (1): 580/676 kB Progress (1): 582/676 kB Progress (1): 584/676 kB Progress (1): 586/676 kB Progress (1): 588/676 kB Progress (1): 590/676 kB Progress (1): 592/676 kB Progress (1): 594/676 kB Progress (1): 596/676 kB Progress (1): 598/676 kB Progress (1): 600/676 kB Progress (1): 602/676 kB Progress (1): 604/676 kB Progress (1): 606/676 kB Progress (1): 608/676 kB Progress (1): 610/676 kB Progress (1): 612/676 kB Progress (1): 614/676 kB Progress (1): 616/676 kB Progress (1): 618/676 kB Progress (1): 621/676 kB Progress (1): 623/676 kB Progress (1): 625/676 kB Progress (1): 627/676 kB Progress (1): 629/676 kB Progress (1): 631/676 kB Progress (1): 633/676 kB Progress (1): 635/676 kB Progress (1): 637/676 kB Progress (1): 639/676 kB Progress (1): 641/676 kB Progress (1): 643/676 kB Progress (1): 645/676 kB Progress (1): 647/676 kB Progress (1): 649/676 kB Progress (1): 651/676 kB Progress (1): 653/676 kB Progress (1): 655/676 kB Progress (1): 657/676 kB Progress (1): 659/676 kB Progress (1): 662/676 kB Progress (1): 664/676 kB Progress (1): 666/676 kB Progress (1): 668/676 kB Progress (1): 670/676 kB Progress (1): 672/676 kB Progress (1): 674/676 kB Progress (1): 676/676 kB Progress (1): 676 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-20210721.100016-22.jar (676 kB at 1.6 MB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-20210721.100016-22.pom 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-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-20210721.100016-22.pom (12 kB at 29 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml (1.5 kB at 2.0 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml (1.5 kB at 110 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 991 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml (991 B at 1.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 991 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml (991 B at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml (1.5 kB at 1.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml (1.5 kB at 47 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-20210721.100016-22-sources.jar Progress (1): 2.0/424 kB Progress (1): 4.1/424 kB Progress (1): 6.1/424 kB Progress (1): 8.2/424 kB Progress (1): 10/424 kB Progress (1): 12/424 kB Progress (1): 14/424 kB Progress (1): 16/424 kB Progress (1): 18/424 kB Progress (1): 20/424 kB Progress (1): 23/424 kB Progress (1): 25/424 kB Progress (1): 27/424 kB Progress (1): 29/424 kB Progress (1): 31/424 kB Progress (1): 33/424 kB Progress (1): 35/424 kB Progress (1): 37/424 kB Progress (1): 39/424 kB Progress (1): 41/424 kB Progress (1): 43/424 kB Progress (1): 45/424 kB Progress (1): 47/424 kB Progress (1): 49/424 kB Progress (1): 51/424 kB Progress (1): 53/424 kB Progress (1): 55/424 kB Progress (1): 57/424 kB Progress (1): 59/424 kB Progress (1): 61/424 kB Progress (1): 63/424 kB Progress (1): 66/424 kB Progress (1): 68/424 kB Progress (1): 70/424 kB Progress (1): 72/424 kB Progress (1): 74/424 kB Progress (1): 76/424 kB Progress (1): 78/424 kB Progress (1): 80/424 kB Progress (1): 82/424 kB Progress (1): 84/424 kB Progress (1): 86/424 kB Progress (1): 88/424 kB Progress (1): 90/424 kB Progress (1): 92/424 kB Progress (1): 94/424 kB Progress (1): 96/424 kB Progress (1): 98/424 kB Progress (1): 100/424 kB Progress (1): 102/424 kB Progress (1): 104/424 kB Progress (1): 106/424 kB Progress (1): 109/424 kB Progress (1): 111/424 kB Progress (1): 113/424 kB Progress (1): 115/424 kB Progress (1): 117/424 kB Progress (1): 119/424 kB Progress (1): 121/424 kB Progress (1): 123/424 kB Progress (1): 125/424 kB Progress (1): 127/424 kB Progress (1): 129/424 kB Progress (1): 131/424 kB Progress (1): 133/424 kB Progress (1): 135/424 kB Progress (1): 137/424 kB Progress (1): 139/424 kB Progress (1): 141/424 kB Progress (1): 143/424 kB Progress (1): 145/424 kB Progress (1): 147/424 kB Progress (1): 150/424 kB Progress (1): 152/424 kB Progress (1): 154/424 kB Progress (1): 156/424 kB Progress (1): 158/424 kB Progress (1): 160/424 kB Progress (1): 162/424 kB Progress (1): 164/424 kB Progress (1): 166/424 kB Progress (1): 168/424 kB Progress (1): 170/424 kB Progress (1): 172/424 kB Progress (1): 174/424 kB Progress (1): 176/424 kB Progress (1): 178/424 kB Progress (1): 180/424 kB Progress (1): 182/424 kB Progress (1): 184/424 kB Progress (1): 186/424 kB Progress (1): 188/424 kB Progress (1): 190/424 kB Progress (1): 193/424 kB Progress (1): 195/424 kB Progress (1): 197/424 kB Progress (1): 199/424 kB Progress (1): 201/424 kB Progress (1): 203/424 kB Progress (1): 205/424 kB Progress (1): 207/424 kB Progress (1): 209/424 kB Progress (1): 211/424 kB Progress (1): 213/424 kB Progress (1): 215/424 kB Progress (1): 217/424 kB Progress (1): 219/424 kB Progress (1): 221/424 kB Progress (1): 223/424 kB Progress (1): 225/424 kB Progress (1): 227/424 kB Progress (1): 229/424 kB Progress (1): 231/424 kB Progress (1): 233/424 kB Progress (1): 236/424 kB Progress (1): 238/424 kB Progress (1): 240/424 kB Progress (1): 242/424 kB Progress (1): 244/424 kB Progress (1): 246/424 kB Progress (1): 248/424 kB Progress (1): 250/424 kB Progress (1): 252/424 kB Progress (1): 254/424 kB Progress (1): 256/424 kB Progress (1): 258/424 kB Progress (1): 260/424 kB Progress (1): 262/424 kB Progress (1): 264/424 kB Progress (1): 266/424 kB Progress (1): 268/424 kB Progress (1): 270/424 kB Progress (1): 272/424 kB Progress (1): 274/424 kB Progress (1): 276/424 kB Progress (1): 279/424 kB Progress (1): 281/424 kB Progress (1): 283/424 kB Progress (1): 285/424 kB Progress (1): 287/424 kB Progress (1): 289/424 kB Progress (1): 291/424 kB Progress (1): 293/424 kB Progress (1): 295/424 kB Progress (1): 297/424 kB Progress (1): 299/424 kB Progress (1): 301/424 kB Progress (1): 303/424 kB Progress (1): 305/424 kB Progress (1): 307/424 kB Progress (1): 309/424 kB Progress (1): 311/424 kB Progress (1): 313/424 kB Progress (1): 315/424 kB Progress (1): 317/424 kB Progress (1): 319/424 kB Progress (1): 322/424 kB Progress (1): 324/424 kB Progress (1): 326/424 kB Progress (1): 328/424 kB Progress (1): 330/424 kB Progress (1): 332/424 kB Progress (1): 334/424 kB Progress (1): 336/424 kB Progress (1): 338/424 kB Progress (1): 340/424 kB Progress (1): 342/424 kB Progress (1): 344/424 kB Progress (1): 346/424 kB Progress (1): 348/424 kB Progress (1): 350/424 kB Progress (1): 352/424 kB Progress (1): 354/424 kB Progress (1): 356/424 kB Progress (1): 358/424 kB Progress (1): 360/424 kB Progress (1): 362/424 kB Progress (1): 365/424 kB Progress (1): 367/424 kB Progress (1): 369/424 kB Progress (1): 371/424 kB Progress (1): 373/424 kB Progress (1): 375/424 kB Progress (1): 377/424 kB Progress (1): 379/424 kB Progress (1): 381/424 kB Progress (1): 383/424 kB Progress (1): 385/424 kB Progress (1): 387/424 kB Progress (1): 389/424 kB Progress (1): 391/424 kB Progress (1): 393/424 kB Progress (1): 395/424 kB Progress (1): 397/424 kB Progress (1): 399/424 kB Progress (1): 401/424 kB Progress (1): 403/424 kB Progress (1): 406/424 kB Progress (1): 408/424 kB Progress (1): 410/424 kB Progress (1): 412/424 kB Progress (1): 414/424 kB Progress (1): 416/424 kB Progress (1): 418/424 kB Progress (1): 420/424 kB Progress (1): 422/424 kB Progress (1): 424/424 kB Progress (1): 424 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-20210721.100016-22-sources.jar (424 kB at 1.1 MB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml (1.5 kB at 103 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 991 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml (991 B at 1.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 991 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/maven-metadata.xml (991 B at 34 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/maven-metadata.xml (1.5 kB at 3.7 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-cli --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-cli --- [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-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 70 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/target/classes [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-cli --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.cli.commands.CommandBatchTest 2021-07-21 12:00:26,692 INFO [main] org.appng.cli.commands.CommandBatchTest: OS is LINUX (Linux) with LANG en_US.UTF-8 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2021-07-21 12:00:26,952 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:27,644 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:27 CEST 2021]; root of context hierarchy 2021-07-21 12:00:27,786 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:28,066 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:28,144 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:28,217 INFO [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.32.Final 2021-07-21 12:00:28,470 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-07-21 12:00:28,908 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) Jul 21, 2021 12:00:28 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2021-07-21 12:00:28,986 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:29,442 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:30,168 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final 2021-07-21 12:00:31,821 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:31,837 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:34,452 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:27 CEST 2021]; root of context hierarchy 2021-07-21 12:00:34,456 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.735 s - in org.appng.cli.commands.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2021-07-21 12:00:34,468 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:34,626 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:34 CEST 2021]; root of context hierarchy 2021-07-21 12:00:34,640 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:34,694 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:34,704 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:34,754 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:34,754 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:34,756 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:35,154 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:35,155 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:35,736 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:34 CEST 2021]; root of context hierarchy 2021-07-21 12:00:35,738 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 s - in org.appng.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2021-07-21 12:00:35,751 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:35,975 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:35 CEST 2021]; root of context hierarchy 2021-07-21 12:00:35,994 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:36,049 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:36,058 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:36,096 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:36,096 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:36,097 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:36,453 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:36,453 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:36,858 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:35 CEST 2021]; root of context hierarchy 2021-07-21 12:00:36,860 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2021-07-21 12:00:36,874 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:37,018 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:37 CEST 2021]; root of context hierarchy 2021-07-21 12:00:37,030 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:37,096 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:37,108 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:37,149 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:37,149 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:37,155 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:37,546 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:37,547 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:38,065 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:37 CEST 2021]; root of context hierarchy 2021-07-21 12:00:38,066 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2021-07-21 12:00:38,076 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:38,204 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:38 CEST 2021]; root of context hierarchy 2021-07-21 12:00:38,215 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:38,259 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:38,268 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:38,296 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:38,297 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:38,298 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:38,577 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:38,577 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:38,968 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:38 CEST 2021]; root of context hierarchy 2021-07-21 12:00:38,970 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2021-07-21 12:00:38,980 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:39,123 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:39 CEST 2021]; root of context hierarchy 2021-07-21 12:00:39,134 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:39,181 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:39,190 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:39,218 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:39,219 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:39,219 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:39,485 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:39,485 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:40,080 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:39 CEST 2021]; root of context hierarchy 2021-07-21 12:00:40,082 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s - in org.appng.cli.commands.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2021-07-21 12:00:40,091 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:40,206 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:40 CEST 2021]; root of context hierarchy 2021-07-21 12:00:40,216 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:40,265 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:40,275 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:40,303 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:40,303 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:40,304 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:40,563 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:40,563 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:40,976 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:40 CEST 2021]; root of context hierarchy 2021-07-21 12:00:40,977 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2021-07-21 12:00:41,008 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:41,124 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:41 CEST 2021]; root of context hierarchy 2021-07-21 12:00:41,134 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:41,190 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:41,198 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:41,225 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:41,226 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:41,226 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:41,474 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:41,474 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:41,760 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:41 CEST 2021]; root of context hierarchy 2021-07-21 12:00:41,761 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2021-07-21 12:00:41,772 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:41,880 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:41 CEST 2021]; root of context hierarchy 2021-07-21 12:00:41,889 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:41,930 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:41,938 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:41,967 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:41,967 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:41,968 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:42,273 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:42,273 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:42,674 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:41 CEST 2021]; root of context hierarchy 2021-07-21 12:00:42,675 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2021-07-21 12:00:42,688 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:42,798 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:42 CEST 2021]; root of context hierarchy 2021-07-21 12:00:42,807 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:42,848 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:42,857 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:42,887 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:42,888 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:42,895 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:43,171 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:43,171 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:43,493 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:42 CEST 2021]; root of context hierarchy 2021-07-21 12:00:43,494 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2021-07-21 12:00:43,504 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:43,618 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:43 CEST 2021]; root of context hierarchy 2021-07-21 12:00:43,629 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:43,672 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:43,680 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:43,708 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:43,708 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:43,709 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:43,927 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:43,927 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:44,215 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:43 CEST 2021]; root of context hierarchy 2021-07-21 12:00:44,216 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2021-07-21 12:00:44,225 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:44,325 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:44 CEST 2021]; root of context hierarchy 2021-07-21 12:00:44,334 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:44,399 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:44,411 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:44,436 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:44,437 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:44,437 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:44,646 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:44,647 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:44,891 INFO [main] org.appng.core.service.CoreService: retrieving 'appng-template-0.8.0' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/target/test-classes/localrepo/ 2021-07-21 12:00:45,039 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2021-07-21 12:00:45,039 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2021-07-21 12:00:45,039 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2021-07-21 12:00:45,042 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2021-07-21 12:00:45,042 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2021-07-21 12:00:45,042 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2021-07-21 12:00:45,068 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:44 CEST 2021]; root of context hierarchy 2021-07-21 12:00:45,069 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.85 s - in org.appng.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2021-07-21 12:00:45,078 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:45,189 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:45 CEST 2021]; root of context hierarchy 2021-07-21 12:00:45,199 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:45,248 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:45,258 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:45,286 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:45,287 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:45,287 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:45,614 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:45,614 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:45,945 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:45 CEST 2021]; root of context hierarchy 2021-07-21 12:00:45,946 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.874 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2021-07-21 12:00:45,961 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:46,073 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:46 CEST 2021]; root of context hierarchy 2021-07-21 12:00:46,083 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:46,122 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:46,131 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:46,157 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:46,157 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:46,159 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:46,348 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:46,348 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:46,646 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:46 CEST 2021]; root of context hierarchy 2021-07-21 12:00:46,647 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2021-07-21 12:00:46,656 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:46,757 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:46 CEST 2021]; root of context hierarchy 2021-07-21 12:00:46,767 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:46,808 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:46,816 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:46,843 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:46,844 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:46,845 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:47,042 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:47,042 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' site 'test2' is NOT running at http://example.com/manager/test2 HTTP response code: 404 site 'test' is NOT running at http://localhorst:8080/manager/test site 'appng' is running at http://localhost:8080/manager/appng with appNG version 1.0.0-M3 2021-07-21 12:00:48,085 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:46 CEST 2021]; root of context hierarchy 2021-07-21 12:00:48,086 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.436 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2021-07-21 12:00:48,102 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:48,236 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:48 CEST 2021]; root of context hierarchy 2021-07-21 12:00:48,245 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:48,291 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:48,299 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:48,325 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:48,326 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:48,327 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:48,529 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:48,530 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' site 'testsite' is NOT running at http://example.com:8080/manager/testsite 2021-07-21 12:00:58,827 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2021-07-21 12:00:58,894 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2021-07-21 12:00:58,898 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2021-07-21 12:00:58,905 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:48 CEST 2021]; root of context hierarchy 2021-07-21 12:00:58,906 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.817 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2021-07-21 12:00:58,920 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:59,030 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:59 CEST 2021]; root of context hierarchy 2021-07-21 12:00:59,041 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:59,082 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:59,089 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:59,115 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:59,115 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:59,116 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:00:59,319 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:00:59,319 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:59,606 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:59 CEST 2021]; root of context hierarchy 2021-07-21 12:00:59,607 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2021-07-21 12:00:59,619 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:00:59,725 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:00:59 CEST 2021]; root of context hierarchy 2021-07-21 12:00:59,734 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:00:59,773 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:00:59,781 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:00:59,806 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:00:59,807 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:00:59,807 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:00,023 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:00,023 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:03,981 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:00:59 CEST 2021]; root of context hierarchy 2021-07-21 12:01:03,982 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.372 s - in org.appng.cli.commands.subject.CommandCreateSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2021-07-21 12:01:03,993 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:04,093 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:04 CEST 2021]; root of context hierarchy 2021-07-21 12:01:04,102 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:04,140 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:04,147 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:04,171 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:04,171 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:04,172 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:04,357 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:04,358 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:04,654 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:04 CEST 2021]; root of context hierarchy 2021-07-21 12:01:04,654 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.HashPasswordTest 2021-07-21 12:01:04,671 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:04,803 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:04 CEST 2021]; root of context hierarchy 2021-07-21 12:01:04,813 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:04,852 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:04,860 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:04,903 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:04,905 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:04,906 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:05,090 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:05,091 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:07,129 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:04 CEST 2021]; root of context hierarchy 2021-07-21 12:01:07,130 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.469 s - in org.appng.cli.commands.subject.HashPasswordTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2021-07-21 12:01:07,145 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:07,302 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:07 CEST 2021]; root of context hierarchy 2021-07-21 12:01:07,315 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:07,370 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:07,382 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:07,413 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:07,414 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:07,414 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:07,672 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:07,673 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:07,977 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:07 CEST 2021]; root of context hierarchy 2021-07-21 12:01:07,978 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.846 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2021-07-21 12:01:07,989 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:08,119 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:08 CEST 2021]; root of context hierarchy 2021-07-21 12:01:08,130 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:08,185 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:08,197 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:08,230 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:08,230 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:08,233 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:08,495 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:08,495 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:08,766 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:08 CEST 2021]; root of context hierarchy 2021-07-21 12:01:08,766 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2021-07-21 12:01:08,774 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:08,874 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:08 CEST 2021]; root of context hierarchy 2021-07-21 12:01:08,883 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:08,924 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:08,932 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:08,957 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:08,958 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:08,961 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:09,203 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:09,204 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:09,528 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:08 CEST 2021]; root of context hierarchy 2021-07-21 12:01:09,528 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in org.appng.cli.commands.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2021-07-21 12:01:09,539 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:09,651 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:09 CEST 2021]; root of context hierarchy 2021-07-21 12:01:09,659 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:09,697 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:09,704 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:09,728 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:09,728 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:09,729 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:09,926 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:09,927 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:10,206 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:09 CEST 2021]; root of context hierarchy 2021-07-21 12:01:10,207 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2021-07-21 12:01:10,216 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:10,335 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:10 CEST 2021]; root of context hierarchy 2021-07-21 12:01:10,344 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:10,389 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:10,400 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:10,433 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:10,433 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:10,434 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:10,635 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:10,635 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:10,920 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:10 CEST 2021]; root of context hierarchy 2021-07-21 12:01:10,920 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2021-07-21 12:01:10,933 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:11,038 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:11 CEST 2021]; root of context hierarchy 2021-07-21 12:01:11,049 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:11,104 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:11,112 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:11,136 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:11,136 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:11,138 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:11,310 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:11,310 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:11,604 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:11 CEST 2021]; root of context hierarchy 2021-07-21 12:01:11,604 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2021-07-21 12:01:11,617 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:11,743 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:11 CEST 2021]; root of context hierarchy 2021-07-21 12:01:11,751 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:11,788 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:11,796 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:11,819 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:11,819 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:11,820 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:11,973 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:11,973 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:12,181 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/target/test-classes/localrepo/ 2021-07-21 12:01:12,207 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2021-07-21 12:01:12,211 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 12:01:12,213 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 12:01:12,213 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 12:01:12,214 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 12:01:12,220 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 12:01:12,222 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 12:01:12,223 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:01:12,223 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 12:01:12,224 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 12:01:12,226 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 12:01:12,226 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 12:01:12,227 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 12:01:12,227 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 12:01:12,241 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,241 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,244 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,244 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,244 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,244 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,245 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,245 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,245 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,245 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2021-07-21 12:01:12,245 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2021-07-21 12:01:12,245 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2021-07-21 12:01:12,250 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2021-07-21 12:01:12,251 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2021-07-21 12:01:12,252 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2021-07-21 12:01:12,254 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2021-07-21 12:01:12,254 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2021-07-21 12:01:12,255 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2021-07-21 12:01:12,256 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2021-07-21 12:01:12,258 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2021-07-21 12:01:12,258 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2021-07-21 12:01:12,268 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 12:01:12,269 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 12:01:12,270 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:01:12,272 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 12:01:12,273 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2021-07-21 12:01:12,276 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2021-07-21 12:01:12,283 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:11 CEST 2021]; root of context hierarchy 2021-07-21 12:01:12,284 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsTest 2021-07-21 12:01:12,292 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:12,376 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:12 CEST 2021]; root of context hierarchy 2021-07-21 12:01:12,419 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:12,456 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:12,464 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:12,487 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:12,487 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:12,487 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:12,631 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:12,631 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:12,849 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:12 CEST 2021]; root of context hierarchy 2021-07-21 12:01:12,850 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2021-07-21 12:01:12,861 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:12,945 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@c499a17: startup date [Wed Jul 21 12:01:12 CEST 2021]; root of context hierarchy 2021-07-21 12:01:12,953 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:12,990 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:12,997 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:13,020 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:13,020 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:13,037 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:13,231 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:13,231 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:13,516 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:13,681 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:13,696 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@c499a17: startup date [Wed Jul 21 12:01:12 CEST 2021]; root of context hierarchy 2021-07-21 12:01:13,696 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s - in org.appng.cli.CliCoreDBNotInitializedTest [INFO] Running org.appng.cli.prettyTable.PrettyTableTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.cli.prettyTable.PrettyTableTest [INFO] Running org.appng.cli.CliBootstrapTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2021-07-21 12:01:13,931 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2021-07-21 12:01:14,042 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:14 CEST 2021]; root of context hierarchy 2021-07-21 12:01:14,050 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:01:14,089 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:14,096 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2021-07-21 12:01:14,121 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2021-07-21 12:01:14,122 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2021-07-21 12:01:14,135 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:01:14,283 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:14,283 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2021-07-21 12:01:14,510 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:14,528 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:14,806 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:01:14,806 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:01:14,825 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:01:14,836 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:14,852 INFO [main] org.appng.cli.CliCore : Database is at version 4.2.1, state: SUCCESS, installed on 2021-07-21 12:01:14.832 2021-07-21 12:01:14,867 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:14,881 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:14,894 INFO [main] org.appng.cli.CliCore : Database is at version 4.2.1, state: SUCCESS, installed on 2021-07-21 12:01:14.832 2021-07-21 12:01:14,914 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:14,927 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:14,949 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) is active. 2021-07-21 12:01:14,952 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.cj.jdbc.Driver could not be loaded. 2021-07-21 12:01:14,953 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/appNG MYSQL) 2021-07-21 12:01:14,953 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2021-07-21 12:01:14,955 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2021-07-21 12:01:14,955 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL) 2021-07-21 12:01:14,955 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2021-07-21 12:01:14,980 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:postgresql://localhost:5432/appNG POSTGRESQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get 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.) 2021-07-21 12:01:14,980 INFO [main] org.appng.core.service.DatabaseService: POSTGRESQL jdbc:postgresql://localhost:5432/appNG POSTGRESQL is not working and will be deactivated. 2021-07-21 12:01:14,981 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:14,993 INFO [main] org.appng.cli.CliCore : Database is at version 4.2.1, state: SUCCESS, installed on 2021-07-21 12:01:14.832 2021-07-21 12:01:15,000 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:15,018 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:15,035 INFO [main] org.appng.cli.CliCore : Database is at version 4.2.1, state: SUCCESS, installed on 2021-07-21 12:01:14.832 2021-07-21 12:01:15,048 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:15,067 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:15,087 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) is active. 2021-07-21 12:01:15,089 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.cj.jdbc.Driver could not be loaded. 2021-07-21 12:01:15,091 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2021-07-21 12:01:15,093 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:15,109 INFO [main] org.appng.cli.CliCore : Database is at version 4.2.1, state: SUCCESS, installed on 2021-07-21 12:01:14.832 2021-07-21 12:01:15,120 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:15,137 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.5.0) 2021-07-21 12:01:15,150 INFO [main] org.appng.cli.CliCore : Database is at version 4.2.1, state: SUCCESS, installed on 2021-07-21 12:01:14.832 2021-07-21 12:01:15,155 ERROR [main] org.appng.cli.CliCore : An error occured. org.appng.api.BusinessException: force error at org.appng.cli.CliCoreTest$ErrorCommand.execute(CliCoreTest.java:179) at org.appng.cli.CliCore.perform(CliCore.java:187) at org.appng.cli.CliCoreTest.testError(CliCoreTest.java:119) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 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:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 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$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 2021-07-21 12:01:15,175 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:14 CEST 2021]; root of context hierarchy 2021-07-21 12:01:15,176 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.253 s - in org.appng.cli.CliCoreTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/target/appng-cli-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/target/appng-cli-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-cli --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/target/appng-cli-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.23.0-SNAPSHOT/appng-cli-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.23.0-SNAPSHOT/appng-cli-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-cli/target/appng-cli-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.23.0-SNAPSHOT/appng-cli-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-cli --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 990 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml (990 B at 3.8 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 990 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml (990 B at 99 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/appng-cli-1.23.0-20210721.100115-22.jar Progress (1): 2.0/112 kB Progress (1): 4.1/112 kB Progress (1): 6.1/112 kB Progress (1): 8.2/112 kB Progress (1): 10/112 kB Progress (1): 12/112 kB Progress (1): 14/112 kB Progress (1): 16/112 kB Progress (1): 18/112 kB Progress (1): 20/112 kB Progress (1): 23/112 kB Progress (1): 25/112 kB Progress (1): 27/112 kB Progress (1): 29/112 kB Progress (1): 31/112 kB Progress (1): 33/112 kB Progress (1): 35/112 kB Progress (1): 37/112 kB Progress (1): 39/112 kB Progress (1): 41/112 kB Progress (1): 43/112 kB Progress (1): 45/112 kB Progress (1): 47/112 kB Progress (1): 49/112 kB Progress (1): 51/112 kB Progress (1): 53/112 kB Progress (1): 55/112 kB Progress (1): 57/112 kB Progress (1): 59/112 kB Progress (1): 61/112 kB Progress (1): 63/112 kB Progress (1): 66/112 kB Progress (1): 68/112 kB Progress (1): 70/112 kB Progress (1): 72/112 kB Progress (1): 74/112 kB Progress (1): 76/112 kB Progress (1): 78/112 kB Progress (1): 80/112 kB Progress (1): 82/112 kB Progress (1): 84/112 kB Progress (1): 86/112 kB Progress (1): 88/112 kB Progress (1): 90/112 kB Progress (1): 92/112 kB Progress (1): 94/112 kB Progress (1): 96/112 kB Progress (1): 98/112 kB Progress (1): 100/112 kB Progress (1): 102/112 kB Progress (1): 104/112 kB Progress (1): 106/112 kB Progress (1): 109/112 kB Progress (1): 111/112 kB Progress (1): 112 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/appng-cli-1.23.0-20210721.100115-22.jar (112 kB at 329 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/appng-cli-1.23.0-20210721.100115-22.pom Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/appng-cli-1.23.0-20210721.100115-22.pom (1.2 kB at 4.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml (1.5 kB at 14 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml (1.5 kB at 118 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 990 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml (990 B at 1.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 990 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml (990 B at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml (1.5 kB at 4.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml (1.5 kB at 53 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/appng-cli-1.23.0-20210721.100115-22-sources.jar Progress (1): 2.0/88 kB Progress (1): 4.1/88 kB Progress (1): 6.1/88 kB Progress (1): 8.2/88 kB Progress (1): 10/88 kB Progress (1): 12/88 kB Progress (1): 14/88 kB Progress (1): 16/88 kB Progress (1): 18/88 kB Progress (1): 20/88 kB Progress (1): 23/88 kB Progress (1): 25/88 kB Progress (1): 27/88 kB Progress (1): 29/88 kB Progress (1): 31/88 kB Progress (1): 33/88 kB Progress (1): 35/88 kB Progress (1): 37/88 kB Progress (1): 39/88 kB Progress (1): 41/88 kB Progress (1): 43/88 kB Progress (1): 45/88 kB Progress (1): 47/88 kB Progress (1): 49/88 kB Progress (1): 51/88 kB Progress (1): 53/88 kB Progress (1): 55/88 kB Progress (1): 57/88 kB Progress (1): 59/88 kB Progress (1): 61/88 kB Progress (1): 63/88 kB Progress (1): 66/88 kB Progress (1): 68/88 kB Progress (1): 70/88 kB Progress (1): 72/88 kB Progress (1): 74/88 kB Progress (1): 76/88 kB Progress (1): 78/88 kB Progress (1): 80/88 kB Progress (1): 82/88 kB Progress (1): 84/88 kB Progress (1): 86/88 kB Progress (1): 88 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/appng-cli-1.23.0-20210721.100115-22-sources.jar (88 kB at 313 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml (1.5 kB at 154 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 990 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml (990 B at 1.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 990 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/1.23.0-SNAPSHOT/maven-metadata.xml (990 B at 45 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-cli/maven-metadata.xml (1.5 kB at 3.6 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-taglib --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-taglib/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-taglib --- [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-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-taglib/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-taglib --- [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-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-taglib/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-taglib --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.taglib.ParameterTest 2021-07-21 12:01:21,864 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@c81cdd1 2021-07-21 12:01:21,889 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@c81cdd1 2021-07-21 12:01:21,889 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@c81cdd1 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s - in org.appng.taglib.ParameterTest [INFO] Running org.appng.taglib.form.FormConfirmationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.appng.taglib.form.FormConfirmationTest [INFO] Running org.appng.taglib.PermissionTest 2021-07-21 12:01:22,210 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:22,215 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:22,216 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:22,217 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:22,282 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:22,282 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:22,283 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:22,283 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:22,285 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2021-07-21 12:01:22,285 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2021-07-21 12:01:22,285 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission null 2021-07-21 12:01:22,285 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in org.appng.taglib.PermissionTest [INFO] Running org.appng.taglib.MultiSiteSupportTest 2021-07-21 12:01:22,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:22,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:22,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:22,297 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:22,379 [main] DEBUG org.appng.taglib.MultiSiteSupport - application 'application' not found for site 'localhost', trying in granting sites [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.TagletProcessorTest 2021-07-21 12:01:22,918 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$1d491f19' width attributes: {} 2021-07-21 12:01:22,967 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2021-07-21 12:01:22,967 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2021-07-21 12:01:22,981 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$1d491f19' width attributes: {noXslPrefix=test prefix} 2021-07-21 12:01:22,983 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2021-07-21 12:01:22,983 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2021-07-21 12:01:22,985 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$1d491f19' width attributes: {noXslSuffix=test suffix} 2021-07-21 12:01:22,987 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2021-07-21 12:01:22,987 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2021-07-21 12:01:22,989 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$1345fc09' with attributes: {} 2021-07-21 12:01:22,994 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$93d8cfc8' with attributes: {} 2021-07-21 12:01:23,012 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$baf435ce' width attributes: {} 2021-07-21 12:01:23,013 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2021-07-21 12:01:23,013 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2021-07-21 12:01:23,015 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$1d491f19' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix} 2021-07-21 12:01:23,016 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2021-07-21 12:01:23,018 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$48738e9e' with attributes: {} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.63 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2021-07-21 12:01:23,021 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#2050370411 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.appng.taglib.TagletAdapterTest [INFO] Running org.appng.taglib.AttributeTest 2021-07-21 12:01:23,046 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,047 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,047 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,047 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,048 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,049 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,072 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2021-07-21 12:01:23,075 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,076 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,077 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,077 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,077 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,077 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,078 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,079 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,079 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,079 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,081 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 1014794348 [(sites = {localhost=Mock for Site, hashCode: 1014794348})] 2021-07-21 12:01:23,081 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,081 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,081 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,081 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,083 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 1014794348 [(sites = {localhost=Mock for Site, hashCode: 1014794348})] 2021-07-21 12:01:23,083 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,083 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,083 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,083 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,091 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 1014794348})] 2021-07-21 12:01:23,091 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,091 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,091 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,091 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,094 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1014794348})] 2021-07-21 12:01:23,094 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,094 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,094 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,094 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,095 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1014794348})] 2021-07-21 12:01:23,096 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,096 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,096 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,097 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,097 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2021-07-21 12:01:23,099 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,099 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,099 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,099 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,100 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,100 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,100 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,100 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,101 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,101 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,101 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,101 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,103 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,103 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,103 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,103 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,104 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2021-07-21 12:01:23,105 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,105 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,105 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,105 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,106 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2021-07-21 12:01:23,107 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,108 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,108 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,108 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,109 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 108449608} [(sites = {localhost=Mock for Site, hashCode: 108449608})] 2021-07-21 12:01:23,110 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,110 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,110 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,110 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:23,110 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:23,110 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:23,110 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:23,110 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.search.SearchTest 2021-07-21 12:01:23,172 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@42bc14c1 2021-07-21 12:01:24,334 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2021-07-21 12:01:24,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2021-07-21 12:01:24,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2021-07-21 12:01:24,334 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2021-07-21 12:01:24,335 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2021-07-21 12:01:24,345 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2021-07-21 12:01:24,638 [main] INFO org.appng.search.searcher.StandardSearcher - 1 results returned from query: +language:en +((title:hitchhik) (title:hitchhiker*)) -type:com.foo.Bar [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.837 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.IfTest 2021-07-21 12:01:24,962 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2021-07-21 12:01:24,962 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2021-07-21 12:01:24,962 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2021-07-21 12:01:24,962 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2021-07-21 12:01:24,962 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2021-07-21 12:01:24,962 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2021-07-21 12:01:24,963 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2021-07-21 12:01:24,971 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'bar') or (a.startsWith('b'))} = false [(a = foo)] 2021-07-21 12:01:24,972 [main] DEBUG org.appng.taglib.If - (a == 'bar') or (a.startsWith('b')) = false, skipping body 2021-07-21 12:01:24,972 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2021-07-21 12:01:24,973 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2021-07-21 12:01:24,973 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2021-07-21 12:01:24,973 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2021-07-21 12:01:24,973 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2021-07-21 12:01:24,973 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2021-07-21 12:01:24,973 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2021-07-21 12:01:24,973 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'foo') or (a.startsWith('f'))} = true [(a = foo)] 2021-07-21 12:01:24,973 [main] DEBUG org.appng.taglib.If - (a == 'foo') or (a.startsWith('f')) = true, evaluating body [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.taglib.IfTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-taglib/target/appng-taglib-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-taglib/target/appng-taglib-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-taglib --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-taglib/target/appng-taglib-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.23.0-SNAPSHOT/appng-taglib-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-taglib/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.23.0-SNAPSHOT/appng-taglib-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-taglib/target/appng-taglib-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.23.0-SNAPSHOT/appng-taglib-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-taglib --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 4.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 110 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/appng-taglib-1.23.0-20210721.100125-22.jar Progress (1): 2.0/57 kB Progress (1): 4.1/57 kB Progress (1): 6.1/57 kB Progress (1): 8.2/57 kB Progress (1): 10/57 kB Progress (1): 12/57 kB Progress (1): 14/57 kB Progress (1): 16/57 kB Progress (1): 18/57 kB Progress (1): 20/57 kB Progress (1): 23/57 kB Progress (1): 25/57 kB Progress (1): 27/57 kB Progress (1): 29/57 kB Progress (1): 31/57 kB Progress (1): 33/57 kB Progress (1): 35/57 kB Progress (1): 37/57 kB Progress (1): 39/57 kB Progress (1): 41/57 kB Progress (1): 43/57 kB Progress (1): 45/57 kB Progress (1): 47/57 kB Progress (1): 49/57 kB Progress (1): 51/57 kB Progress (1): 53/57 kB Progress (1): 55/57 kB Progress (1): 57 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/appng-taglib-1.23.0-20210721.100125-22.jar (57 kB at 100 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/appng-taglib-1.23.0-20210721.100125-22.pom Progress (1): 1.8 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/appng-taglib-1.23.0-20210721.100125-22.pom (1.8 kB at 7.9 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml (1.5 kB at 11 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml (1.5 kB at 119 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 1.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 25 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml (1.5 kB at 3.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml (1.5 kB at 4.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/appng-taglib-1.23.0-20210721.100125-22-sources.jar Progress (1): 2.0/42 kB Progress (1): 4.1/42 kB Progress (1): 6.1/42 kB Progress (1): 8.2/42 kB Progress (1): 10/42 kB Progress (1): 12/42 kB Progress (1): 14/42 kB Progress (1): 16/42 kB Progress (1): 18/42 kB Progress (1): 20/42 kB Progress (1): 23/42 kB Progress (1): 25/42 kB Progress (1): 27/42 kB Progress (1): 29/42 kB Progress (1): 31/42 kB Progress (1): 33/42 kB Progress (1): 35/42 kB Progress (1): 37/42 kB Progress (1): 39/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/appng-taglib-1.23.0-20210721.100125-22-sources.jar (42 kB at 101 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml (1.5 kB at 50 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 1.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 993 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/1.23.0-SNAPSHOT/maven-metadata.xml (993 B at 17 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-taglib/maven-metadata.xml (1.5 kB at 2.6 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-appngizer-jaxb --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-jaxb/target [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] Created EpisodePath [/var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-jaxb/target/generated-sources/jaxb/META-INF/JAXB]: true [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 38 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-jaxb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-jaxb/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-jaxb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-jaxb/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-appngizer-jaxb --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.appngizer.client.AppNGizerTest [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.853 s - in org.appng.appngizer.client.AppNGizerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-jaxb --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/appng-appngizer-jaxb-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/appng-appngizer-jaxb-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/appng-appngizer-jaxb-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer-jaxb --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 13 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/appng-appngizer-jaxb-1.23.0-20210721.100140-22.jar Progress (1): 2.0/92 kB Progress (1): 4.1/92 kB Progress (1): 6.1/92 kB Progress (1): 8.2/92 kB Progress (1): 10/92 kB Progress (1): 12/92 kB Progress (1): 14/92 kB Progress (1): 16/92 kB Progress (1): 18/92 kB Progress (1): 20/92 kB Progress (1): 23/92 kB Progress (1): 25/92 kB Progress (1): 27/92 kB Progress (1): 29/92 kB Progress (1): 31/92 kB Progress (1): 33/92 kB Progress (1): 35/92 kB Progress (1): 37/92 kB Progress (1): 39/92 kB Progress (1): 41/92 kB Progress (1): 43/92 kB Progress (1): 45/92 kB Progress (1): 47/92 kB Progress (1): 49/92 kB Progress (1): 51/92 kB Progress (1): 53/92 kB Progress (1): 55/92 kB Progress (1): 57/92 kB Progress (1): 59/92 kB Progress (1): 61/92 kB Progress (1): 63/92 kB Progress (1): 66/92 kB Progress (1): 68/92 kB Progress (1): 70/92 kB Progress (1): 72/92 kB Progress (1): 74/92 kB Progress (1): 76/92 kB Progress (1): 78/92 kB Progress (1): 80/92 kB Progress (1): 82/92 kB Progress (1): 84/92 kB Progress (1): 86/92 kB Progress (1): 88/92 kB Progress (1): 90/92 kB Progress (1): 92 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/appng-appngizer-jaxb-1.23.0-20210721.100140-22.jar (92 kB at 195 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/appng-appngizer-jaxb-1.23.0-20210721.100140-22.pom Progress (1): 2.0/2.5 kB Progress (1): 2.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/appng-appngizer-jaxb-1.23.0-20210721.100140-22.pom (2.5 kB at 6.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml (1.6 kB at 6.5 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml (1.6 kB at 129 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml (1.6 kB at 1.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml (1.6 kB at 53 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/appng-appngizer-jaxb-1.23.0-20210721.100140-22-sources.jar Progress (1): 2.0/52 kB Progress (1): 4.1/52 kB Progress (1): 6.1/52 kB Progress (1): 8.2/52 kB Progress (1): 10/52 kB Progress (1): 12/52 kB Progress (1): 14/52 kB Progress (1): 16/52 kB Progress (1): 18/52 kB Progress (1): 20/52 kB Progress (1): 23/52 kB Progress (1): 25/52 kB Progress (1): 27/52 kB Progress (1): 29/52 kB Progress (1): 31/52 kB Progress (1): 33/52 kB Progress (1): 35/52 kB Progress (1): 37/52 kB Progress (1): 39/52 kB Progress (1): 41/52 kB Progress (1): 43/52 kB Progress (1): 45/52 kB Progress (1): 47/52 kB Progress (1): 49/52 kB Progress (1): 51/52 kB Progress (1): 52 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/appng-appngizer-jaxb-1.23.0-20210721.100140-22-sources.jar (52 kB at 167 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml (1.6 kB at 129 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 839 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/maven-metadata.xml (1.6 kB at 2.2 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-appngizer --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer --- [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-appngizer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 58 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-appngizer --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.appngizer.controller.SitePropertyControllerTest 2021-07-21 12:01:54,230 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:01:54,250 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3c87521, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2aece37d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@548a102f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5762806e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@17c386de, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5af97850] 2021-07-21 12:01:54,364 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:01:54,810 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:01:54 CEST 2021]; root of context hierarchy 2021-07-21 12:01:55,007 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:01:55,008 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:01:55,480 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Jul 21, 2021 12:01:55 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2021-07-21 12:01:55,816 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:01:56,013 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:01:56,039 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:01:56,195 INFO [main] org.hibernate.Version: HHH000412: Hibernate ORM core version 5.4.32.Final 2021-07-21 12:01:56,480 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-07-21 12:01:57,248 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:01:57,336 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:01:58,042 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final 2021-07-21 12:01:59,511 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:01:59,527 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:00,928 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:01:54 CEST 2021]; root of context hierarchy 2021-07-21 12:02:01,215 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:01,292 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:01,396 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.064s) 2021-07-21 12:02:01,412 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:01,460 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:01,588 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:01,694 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:01,726 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:01,738 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:01,753 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:01,766 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:01,779 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:01,793 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:01,805 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:01,818 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:01,831 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:01,843 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:01,850 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:01,851 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:01,860 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:01,872 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:01,886 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:01,893 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:01,903 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:01,911 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.461s) 2021-07-21 12:02:01,985 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:02,979 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:02,981 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:02,981 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:02,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:02,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:02,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:02,984 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:02,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:02,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:02,990 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:02,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:02,992 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:02,992 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:02,993 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:02,993 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:02,994 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:02,994 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:02,998 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:02,998 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:02,999 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:03,000 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:03,000 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:03,002 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:03,003 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:03,005 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:03,006 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:03,007 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:03,007 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:03,008 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:03,014 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:03,015 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:03,016 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:03,016 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:03,020 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:03,020 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:03,021 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:03,022 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:03,022 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:03,027 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:03,028 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:03,029 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:03,029 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:03,030 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:03,031 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:03,031 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:03,032 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:03,032 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:03,033 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:03,036 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:03,037 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:03,037 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:03,038 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:03,038 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:03,042 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:03,043 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:03,043 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:03,044 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:03,044 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:03,045 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:03,048 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:03,049 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:03,049 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:03,050 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:03,050 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:03,054 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:03,055 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:03,055 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:03,055 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:03,056 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:03,056 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:03,064 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:03,065 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:03,065 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:03,066 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:03,066 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:03,067 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:03,067 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:03,068 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:03,075 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:03,075 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:03,075 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:03,076 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:03,076 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:04,342 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:01:54 CEST 2021]; root of context hierarchy 2021-07-21 12:02:04,681 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:04,681 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:04,704 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 23 ms 2021-07-21 12:02:04,954 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.92 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:04,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.958 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:04,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.962 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:04,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.965 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:04,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.968 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:04,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.974 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:04,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.977 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:04,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.981 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:04,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.985 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:04,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.988 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:04,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.991 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:04,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.994 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:04,999 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:04.997 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:05,002 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.001 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:05,006 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.005 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:05,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.009 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:05,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.021 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:05,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.024 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:05,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.027 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:05,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.029 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:05,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.031 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:05,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.033 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:05,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.036 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:05,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.038 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:05,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.04 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:05,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.042 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:05,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.045 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:05,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.047 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:05,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.049 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:05,053 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.051 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:05,055 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.054 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:05,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.056 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:05,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.059 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:05,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.061 CREATE appNGizer Property platform.locale 2021-07-21 12:02:05,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.063 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:05,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.065 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:05,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.068 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:05,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.07 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:05,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.072 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:05,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.074 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:05,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.076 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:05,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.078 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:05,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.081 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:05,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.083 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:05,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.085 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:05,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.087 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:05,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.089 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:05,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.092 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:05,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.094 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:05,097 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.096 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:05,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.098 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:05,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.1 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:05,103 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.102 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:05,105 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.104 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:05,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.106 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:05,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.393 CREATE appNGizer Property platform.site.localhost.template 2021-07-21 12:02:05,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.395 CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2021-07-21 12:02:05,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.397 CREATE appNGizer Property platform.site.localhost.wwwDir 2021-07-21 12:02:05,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.399 CREATE appNGizer Property platform.site.localhost.tagPrefix 2021-07-21 12:02:05,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.402 CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2021-07-21 12:02:05,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.403 CREATE appNGizer Property platform.site.localhost.authLoginPage 2021-07-21 12:02:05,405 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.405 CREATE appNGizer Property platform.site.localhost.cacheEnabled 2021-07-21 12:02:05,408 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.406 CREATE appNGizer Property platform.site.localhost.ldapUser 2021-07-21 12:02:05,410 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.409 CREATE appNGizer Property platform.site.localhost.ldapDisabled 2021-07-21 12:02:05,411 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.411 CREATE appNGizer Property platform.site.localhost.serviceOutputType 2021-07-21 12:02:05,413 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.412 CREATE appNGizer Property platform.site.localhost.encoding 2021-07-21 12:02:05,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.414 CREATE appNGizer Property platform.site.localhost.indexDir 2021-07-21 12:02:05,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.416 CREATE appNGizer Property platform.site.localhost.defaultApplication 2021-07-21 12:02:05,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.417 CREATE appNGizer Property platform.site.localhost.sessionTrackingEnabled 2021-07-21 12:02:05,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.419 CREATE appNGizer Property platform.site.localhost.mailHost 2021-07-21 12:02:05,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.42 CREATE appNGizer Property platform.site.localhost.authLoginRef 2021-07-21 12:02:05,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.422 CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2021-07-21 12:02:05,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.423 CREATE appNGizer Property platform.site.localhost.indexFileTypes 2021-07-21 12:02:05,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.424 CREATE appNGizer Property platform.site.localhost.authApplication 2021-07-21 12:02:05,426 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.426 CREATE appNGizer Property platform.site.localhost.defaultPage 2021-07-21 12:02:05,428 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.427 CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2021-07-21 12:02:05,429 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.428 CREATE appNGizer Property platform.site.localhost.ldapStartTls 2021-07-21 12:02:05,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.43 CREATE appNGizer Property platform.site.localhost.cacheClearOnShutdown 2021-07-21 12:02:05,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.431 CREATE appNGizer Property platform.site.localhost.appendTabId 2021-07-21 12:02:05,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.433 CREATE appNGizer Property platform.site.localhost.cacheTimeToLive 2021-07-21 12:02:05,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.434 CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2021-07-21 12:02:05,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.436 CREATE appNGizer Property platform.site.localhost.ldapDomain 2021-07-21 12:02:05,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.437 CREATE appNGizer Property platform.site.localhost.searchChunkSize 2021-07-21 12:02:05,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.439 CREATE appNGizer Property platform.site.localhost.rewriteConfig 2021-07-21 12:02:05,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.44 CREATE appNGizer Property platform.site.localhost.indexTimeout 2021-07-21 12:02:05,443 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.442 CREATE appNGizer Property platform.site.localhost.xssExceptions 2021-07-21 12:02:05,444 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.444 CREATE appNGizer Property platform.site.localhost.service-path 2021-07-21 12:02:05,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.445 CREATE appNGizer Property platform.site.localhost.supportReloadFile 2021-07-21 12:02:05,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.447 CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2021-07-21 12:02:05,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.448 CREATE appNGizer Property platform.site.localhost.cacheTimeoutsAntStyle 2021-07-21 12:02:05,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.45 CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2021-07-21 12:02:05,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.451 CREATE appNGizer Property platform.site.localhost.authLogoutPage 2021-07-21 12:02:05,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.453 CREATE appNGizer Property platform.site.localhost.siteRootDir 2021-07-21 12:02:05,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.454 CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2021-07-21 12:02:05,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.456 CREATE appNGizer Property platform.site.localhost.name 2021-07-21 12:02:05,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.457 CREATE appNGizer Property platform.site.localhost.jdbcConnectionTimeout 2021-07-21 12:02:05,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.459 CREATE appNGizer Property platform.site.localhost.allowSkipRender 2021-07-21 12:02:05,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.461 CREATE appNGizer Property platform.site.localhost.cacheStatistics 2021-07-21 12:02:05,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.463 CREATE appNGizer Property platform.site.localhost.errorPage 2021-07-21 12:02:05,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.465 CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2021-07-21 12:02:05,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.468 CREATE appNGizer Property platform.site.localhost.supportedLanguages 2021-07-21 12:02:05,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.469 CREATE appNGizer Property platform.site.localhost.assetsDir 2021-07-21 12:02:05,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.471 CREATE appNGizer Property platform.site.localhost.errorPages 2021-07-21 12:02:05,474 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.473 CREATE appNGizer Property platform.site.localhost.authLogoutRef 2021-07-21 12:02:05,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.475 CREATE appNGizer Property platform.site.localhost.locale 2021-07-21 12:02:05,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.476 CREATE appNGizer Property platform.site.localhost.mailDisabled 2021-07-21 12:02:05,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.478 CREATE appNGizer Property platform.site.localhost.timeZone 2021-07-21 12:02:05,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.48 CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2021-07-21 12:02:05,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.481 CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2021-07-21 12:02:05,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.483 CREATE appNGizer Property platform.site.localhost.cacheExceptions 2021-07-21 12:02:05,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.484 CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2021-07-21 12:02:05,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.486 CREATE appNGizer Property platform.site.localhost.ldapPassword 2021-07-21 12:02:05,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.487 CREATE appNGizer Property platform.site.localhost.indexConfig 2021-07-21 12:02:05,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.489 CREATE appNGizer Property platform.site.localhost.cacheTimeouts 2021-07-21 12:02:05,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.49 CREATE appNGizer Property platform.site.localhost.defaultPageSize 2021-07-21 12:02:05,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.492 CREATE appNGizer Property platform.site.localhost.documentDir 2021-07-21 12:02:05,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.493 CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2021-07-21 12:02:05,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.495 CREATE appNGizer Property platform.site.localhost.jdbcLogPerformance 2021-07-21 12:02:05,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.496 CREATE appNGizer Property platform.site.localhost.searchMaxHits 2021-07-21 12:02:05,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.497 CREATE appNGizer Property platform.site.localhost.jdbcValidationTimeout 2021-07-21 12:02:05,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.499 CREATE appNGizer Property platform.site.localhost.indexQueueSize 2021-07-21 12:02:05,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.5 CREATE appNGizer Property platform.site.localhost.mailPort 2021-07-21 12:02:05,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.502 CREATE appNGizer Property platform.site.localhost.host 2021-07-21 12:02:05,504 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.504 CREATE appNGizer Property platform.site.localhost.jdbcMaxLifetime 2021-07-21 12:02:05,506 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.505 CREATE appNGizer Property platform.site.localhost.ldapHost 2021-07-21 12:02:05,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.507 CREATE appNGizer Property platform.site.localhost.manager-path 2021-07-21 12:02:05,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:05.512 CREATE appNGizer Site localhost 2021-07-21 12:02:06,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:06.84 UPDATE appNGizer Property platform.site.localhost.assetsDir 2021-07-21 12:02:06,897 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:06.896 UPDATE appNGizer Property platform.site.localhost.assetsDir 2021-07-21 12:02:06,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:06.904 UPDATE appNGizer Property platform.site.localhost.xssExceptions 2021-07-21 12:02:06,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:06.963 UPDATE appNGizer Property platform.site.localhost.xssExceptions 2021-07-21 12:02:06,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:06.969 CREATE appNGizer Property platform.site.localhost.theAnswer 2021-07-21 12:02:07,097 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:07.096 DELETE appNGizer Property platform.site.localhost.theAnswer 2021-07-21 12:02:07,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:07.139 CREATE appNGizer Property platform.site.localhost.myNewProp 2021-07-21 12:02:07,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:07.252 DELETE appNGizer Property platform.site.localhost.myNewProp 2021-07-21 12:02:07,275 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:01:54 CEST 2021]; root of context hierarchy 2021-07-21 12:02:07,281 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:07,282 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.389 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2021-07-21 12:02:07,302 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:07,302 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@637de489, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@38614875, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6c09d716, org.springframework.test.context.support.DirtiesContextTestExecutionListener@734eada1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7f9b46ed, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4d0b8b8b] 2021-07-21 12:02:07,304 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:07,395 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:07 CEST 2021]; root of context hierarchy 2021-07-21 12:02:07,428 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:07,429 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:07,468 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:07,527 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:07,561 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:07,561 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:07,678 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:07,685 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:08,101 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:08,101 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:08,374 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:07 CEST 2021]; root of context hierarchy 2021-07-21 12:02:08,404 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:08,407 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:08,417 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.007s) 2021-07-21 12:02:08,420 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:08,426 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:08,449 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:08,482 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:08,494 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:08,501 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:08,506 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:08,511 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:08,516 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:08,521 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:08,526 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:08,533 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:08,538 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:08,544 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:08,544 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:08,544 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:08,548 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:08,553 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:08,560 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:08,562 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:08,567 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:08,571 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.146s) 2021-07-21 12:02:08,579 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:08,645 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:08,646 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:08,646 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:08,646 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:08,646 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:08,647 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:08,647 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:08,647 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:08,647 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:08,649 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:08,650 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:08,650 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:08,650 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:08,650 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:08,651 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:08,651 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:08,651 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:08,653 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:08,653 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:08,653 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:08,653 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:08,654 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:08,654 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:08,655 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:08,656 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:08,656 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:08,656 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:08,657 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:08,657 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:08,658 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:08,658 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:08,658 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:08,659 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:08,660 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:08,660 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:08,661 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:08,661 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:08,661 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:08,663 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:08,664 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:08,664 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:08,664 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:08,664 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:08,665 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:08,665 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:08,665 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:08,665 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:08,665 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:08,667 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:08,668 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:08,668 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:08,668 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:08,668 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:08,670 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:08,670 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:08,670 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:08,670 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:08,670 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:08,671 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:08,672 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:08,672 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:08,673 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:08,673 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:08,673 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:08,674 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:08,675 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:08,675 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:08,675 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:08,675 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:08,676 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:08,678 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:08,678 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:08,678 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:08,679 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:08,679 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:08,679 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:08,679 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:08,680 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:08,681 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:08,681 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:08,681 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:08,682 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:08,682 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:08,719 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:07 CEST 2021]; root of context hierarchy 2021-07-21 12:02:08,785 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:08,785 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:08,790 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2021-07-21 12:02:08,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.801 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:08,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.803 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:08,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.804 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:08,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.805 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:08,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.805 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:08,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.807 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:08,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.808 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:08,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.809 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:08,810 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.81 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:08,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.81 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:08,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.811 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:08,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.812 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:08,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.813 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:08,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.814 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:08,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.815 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:08,817 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.816 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:08,818 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.817 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:08,819 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.819 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:08,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.82 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:08,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.821 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:08,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.822 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:08,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.823 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:08,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.824 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:08,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.825 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:08,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.826 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:08,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.827 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:08,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.828 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:08,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.829 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:08,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.83 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:08,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.831 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:08,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.832 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:08,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.833 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:08,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.834 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:08,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.835 CREATE appNGizer Property platform.locale 2021-07-21 12:02:08,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.836 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:08,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.837 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:08,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.838 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:08,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.839 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:08,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.84 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:08,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.841 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:08,842 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.842 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:08,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.843 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:08,844 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.843 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:08,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.844 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:08,846 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.845 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:08,847 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.846 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:08,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.847 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:08,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.848 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:08,850 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.849 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:08,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.85 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:08,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.851 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:08,853 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.852 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:08,854 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.853 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:08,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.854 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:08,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.855 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:08,931 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.93 UPDATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:08,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.945 CREATE appNGizer Property platform.theAnswer 2021-07-21 12:02:08,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:08.972 DELETE appNGizer Property platform.theAnswer 2021-07-21 12:02:08,974 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:07 CEST 2021]; root of context hierarchy 2021-07-21 12:02:08,976 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:08,976 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.HomeControllerTest 2021-07-21 12:02:08,985 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:08,986 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7fc8930f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2b284acc, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@76e5278a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@70cc0601, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4b27a3fc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@22b0fe7e] 2021-07-21 12:02:08,986 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:09,040 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:09 CEST 2021]; root of context hierarchy 2021-07-21 12:02:09,061 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:09,061 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:09,093 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:09,169 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:09,197 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:09,197 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:09,308 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:09,315 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:09,616 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:09,616 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:09,923 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:09 CEST 2021]; root of context hierarchy 2021-07-21 12:02:09,955 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:09,958 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:09,967 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.006s) 2021-07-21 12:02:09,969 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:09,974 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:09,996 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:10,025 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:10,036 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:10,042 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:10,047 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:10,051 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:10,056 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:10,063 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:10,067 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:10,073 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:10,079 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:10,084 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:10,085 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:10,085 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:10,089 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:10,094 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:10,101 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:10,103 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:10,108 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:10,111 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.138s) 2021-07-21 12:02:10,120 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:10,184 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:10,185 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:10,185 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:10,185 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:10,185 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:10,186 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:10,186 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:10,186 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:10,186 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:10,188 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:10,188 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:10,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:10,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:10,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:10,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:10,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:10,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:10,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:10,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:10,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:10,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:10,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:10,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:10,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:10,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:10,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:10,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:10,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:10,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:10,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:10,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:10,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:10,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:10,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:10,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:10,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:10,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:10,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:10,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:10,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:10,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:10,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:10,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:10,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:10,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:10,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:10,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:10,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:10,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:10,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:10,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:10,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:10,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:10,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:10,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:10,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:10,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:10,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:10,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:10,209 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:10,210 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:10,210 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:10,210 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:10,211 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:10,213 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:10,214 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:10,214 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:10,214 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:10,215 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:10,215 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:10,218 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:10,218 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:10,219 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:10,219 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:10,219 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:10,220 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:10,220 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:10,220 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:10,222 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:10,222 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:10,222 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:10,223 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:10,223 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:10,316 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:09 CEST 2021]; root of context hierarchy 2021-07-21 12:02:10,398 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:10,398 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:10,402 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 4 ms 2021-07-21 12:02:10,414 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.413 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:10,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.414 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:10,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.415 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:10,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.416 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:10,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.417 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:10,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.418 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:10,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.419 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:10,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.42 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:10,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.421 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:10,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.422 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:10,423 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.423 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:10,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.424 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:10,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.425 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:10,426 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.426 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:10,427 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.427 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:10,428 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.428 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:10,429 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.429 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:10,430 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.43 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:10,431 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.431 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:10,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.432 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:10,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.432 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:10,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.433 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:10,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.434 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:10,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.435 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:10,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.436 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:10,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.437 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:10,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.438 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:10,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.44 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:10,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.44 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:10,442 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.441 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:10,443 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.442 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:10,443 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.443 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:10,444 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.444 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:10,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.445 CREATE appNGizer Property platform.locale 2021-07-21 12:02:10,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.446 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:10,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.447 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:10,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.448 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:10,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.449 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:10,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.45 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:10,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.451 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:10,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.452 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:10,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.453 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:10,455 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.454 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:10,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.455 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:10,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.456 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:10,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.457 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:10,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.458 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:10,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.459 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:10,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.46 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:10,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.461 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:10,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.462 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:10,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.463 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:10,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.464 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:10,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.465 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:10,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:10.465 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:10,498 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2021-07-21 12:02:10,520 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2021-07-21 12:02:10,522 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:10,525 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:10,552 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:09 CEST 2021]; root of context hierarchy 2021-07-21 12:02:10,554 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:10,555 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.57 s - in org.appng.appngizer.controller.HomeControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2021-07-21 12:02:10,563 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:10,564 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@34c83eb0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4fde13d0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@e343477, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1940cb2b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6c884b0d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@53f785df] 2021-07-21 12:02:10,565 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:10,620 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:10 CEST 2021]; root of context hierarchy 2021-07-21 12:02:10,644 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:10,644 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:10,679 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:10,725 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:10,762 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:10,763 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:10,871 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:10,875 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:11,114 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:11,114 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:11,352 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:10 CEST 2021]; root of context hierarchy 2021-07-21 12:02:11,385 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:11,387 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:11,396 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.007s) 2021-07-21 12:02:11,398 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:11,403 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:11,459 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:11,488 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:11,500 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:11,505 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:11,511 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:11,516 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:11,520 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:11,526 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:11,530 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:11,536 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:11,542 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:11,547 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:11,548 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:11,548 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:11,551 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:11,555 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:11,562 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:11,565 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:11,568 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:11,572 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.169s) 2021-07-21 12:02:11,580 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:11,638 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:11,638 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:11,638 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:11,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:11,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:11,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:11,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:11,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:11,640 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:11,641 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:11,641 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:11,642 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:11,642 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:11,642 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:11,642 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:11,642 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:11,643 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:11,644 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:11,644 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:11,644 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:11,644 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:11,644 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:11,645 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:11,645 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:11,646 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:11,646 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:11,646 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:11,647 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:11,647 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:11,648 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:11,648 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:11,648 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:11,648 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:11,649 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:11,649 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:11,650 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:11,650 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:11,650 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:11,652 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:11,652 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:11,652 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:11,652 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:11,652 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:11,653 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:11,653 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:11,653 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:11,653 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:11,653 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:11,654 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:11,654 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:11,654 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:11,655 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:11,655 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:11,656 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:11,656 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:11,656 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:11,657 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:11,657 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:11,657 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:11,658 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:11,658 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:11,658 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:11,658 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:11,658 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:11,659 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:11,660 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:11,660 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:11,660 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:11,660 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:11,660 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:11,662 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:11,662 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:11,662 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:11,662 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:11,663 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:11,663 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:11,663 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:11,663 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:11,664 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:11,664 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:11,664 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:11,665 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:11,665 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:11,702 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:10 CEST 2021]; root of context hierarchy 2021-07-21 12:02:11,767 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:11,767 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:11,772 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2021-07-21 12:02:11,783 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.782 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:11,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.783 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:11,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.784 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:11,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.786 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:11,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.787 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:11,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.788 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:11,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.789 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:11,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.79 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:11,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.791 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:11,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.792 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:11,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.793 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:11,795 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.794 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:11,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.795 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:11,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.796 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:11,798 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.797 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:11,799 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.798 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:11,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.8 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:11,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.801 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:11,803 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.802 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:11,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.803 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:11,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.804 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:11,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.805 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:11,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.807 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:11,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.808 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:11,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.809 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:11,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.81 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:11,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.811 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:11,813 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.812 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:11,814 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.813 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:11,815 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.814 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:11,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.815 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:11,817 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.816 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:11,818 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.817 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:11,819 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.819 CREATE appNGizer Property platform.locale 2021-07-21 12:02:11,820 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.82 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:11,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.82 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:11,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.821 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:11,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.822 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:11,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.823 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:11,825 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.824 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:11,826 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.825 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:11,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.826 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:11,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.827 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:11,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.828 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:11,830 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.83 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:11,831 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.831 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:11,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.832 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:11,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.833 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:11,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.834 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:11,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.835 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:11,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.836 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:11,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.837 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:11,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.838 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:11,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.839 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:11,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.84 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:11,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:11.888 CREATE appNGizer Repository local 2021-07-21 12:02:12,109 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/repo/ 2021-07-21 12:02:12,122 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2021-07-21 12:02:12,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.125 CREATE appNGizer Application demo-application 2021-07-21 12:02:12,129 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 12:02:12,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.131 CREATE appNGizer Permission debug 2021-07-21 12:02:12,133 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 12:02:12,133 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.133 CREATE appNGizer Permission output-format.html 2021-07-21 12:02:12,134 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 12:02:12,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.134 CREATE appNGizer Permission output-type.webgui 2021-07-21 12:02:12,135 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 12:02:12,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.135 CREATE appNGizer Permission testPermission 2021-07-21 12:02:12,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.139 CREATE appNGizer Role Administrator 2021-07-21 12:02:12,147 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 12:02:12,150 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 12:02:12,154 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:12,154 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 12:02:12,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.155 CREATE appNGizer Role Debugger 2021-07-21 12:02:12,158 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 12:02:12,160 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 12:02:12,160 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 12:02:12,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.161 CREATE appNGizer Role Tester 2021-07-21 12:02:12,164 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 12:02:12,164 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 12:02:12,169 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.168 CREATE appNGizer Property platform.application.demo-application.foo 2021-07-21 12:02:12,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.169 CREATE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:12,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.17 CREATE appNGizer Property platform.application.demo-application.clobValue 2021-07-21 12:02:12,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.176 UPDATE appNGizer Role Administrator 2021-07-21 12:02:12,178 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.177 UPDATE appNGizer Role Debugger 2021-07-21 12:02:12,179 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.178 UPDATE appNGizer Role Tester 2021-07-21 12:02:12,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,194 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,194 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,194 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,195 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,195 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,195 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,195 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,195 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:12,195 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2021-07-21 12:02:12,208 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 12:02:12,210 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 12:02:12,212 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:12,213 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 12:02:12,215 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2021-07-21 12:02:12,217 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2021-07-21 12:02:12,262 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.262 UPDATE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:12,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.29 CREATE appNGizer Property platform.application.demo-application.myNewProp 2021-07-21 12:02:12,338 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:12.338 DELETE appNGizer Property platform.application.demo-application.myNewProp 2021-07-21 12:02:12,340 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:10 CEST 2021]; root of context hierarchy 2021-07-21 12:02:12,342 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:12,342 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2021-07-21 12:02:12,350 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:12,350 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1791d0ac, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3fe3b05a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@56a4969b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@424a32fe, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5b478eab, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@790494f9] 2021-07-21 12:02:12,351 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:12,407 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:12 CEST 2021]; root of context hierarchy 2021-07-21 12:02:12,436 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:12,437 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:12,470 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:12,527 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:12,563 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:12,563 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:12,671 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:12,677 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:12,989 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:12,989 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:13,260 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:12 CEST 2021]; root of context hierarchy 2021-07-21 12:02:13,280 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:13,283 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:13,290 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.006s) 2021-07-21 12:02:13,292 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:13,296 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:13,325 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:13,350 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:13,361 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:13,365 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:13,370 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:13,374 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:13,378 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:13,382 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:13,386 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:13,391 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:13,397 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:13,401 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:13,402 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:13,402 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:13,405 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:13,410 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:13,416 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:13,418 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:13,422 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:13,425 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.130s) 2021-07-21 12:02:13,433 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:13,489 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:13,490 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:13,490 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:13,490 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:13,490 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:13,490 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:13,490 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:13,491 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:13,491 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:13,492 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:13,492 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:13,492 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:13,493 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:13,493 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:13,493 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:13,493 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:13,493 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:13,495 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:13,495 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:13,496 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:13,496 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:13,496 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:13,497 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:13,497 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:13,498 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:13,498 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:13,498 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:13,498 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:13,499 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:13,499 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:13,499 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:13,500 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:13,500 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:13,501 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:13,501 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:13,501 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:13,501 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:13,501 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:13,503 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:13,503 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:13,503 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:13,503 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:13,504 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:13,504 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:13,504 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:13,504 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:13,504 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:13,504 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:13,505 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:13,505 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:13,505 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:13,506 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:13,506 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:13,507 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:13,507 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:13,507 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:13,507 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:13,507 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:13,508 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:13,509 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:13,509 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:13,509 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:13,513 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:13,513 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:13,514 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:13,514 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:13,514 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:13,515 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:13,515 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:13,515 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:13,516 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:13,516 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:13,517 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:13,517 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:13,517 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:13,517 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:13,517 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:13,518 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:13,519 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:13,519 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:13,519 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:13,519 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:13,519 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:13,559 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:12 CEST 2021]; root of context hierarchy 2021-07-21 12:02:13,622 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:13,622 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:13,627 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2021-07-21 12:02:13,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.636 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:13,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.637 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:13,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.638 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:13,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.639 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:13,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.639 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:13,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.64 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:13,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.641 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:13,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.642 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:13,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.642 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:13,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.643 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:13,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.644 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:13,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.645 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:13,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.645 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:13,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.646 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:13,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.647 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:13,648 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.648 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:13,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.648 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:13,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.649 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:13,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.65 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:13,651 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.651 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:13,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.651 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:13,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.652 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:13,653 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.653 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:13,654 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.653 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:13,655 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.654 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:13,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.655 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:13,656 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.656 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:13,657 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.657 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:13,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.657 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:13,658 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.658 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:13,659 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.659 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:13,660 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.659 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:13,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.66 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:13,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.661 CREATE appNGizer Property platform.locale 2021-07-21 12:02:13,662 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.662 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:13,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.663 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:13,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.663 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:13,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.664 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:13,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.665 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:13,666 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.666 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:13,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.666 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:13,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.667 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:13,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.668 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:13,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.668 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:13,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.669 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:13,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.67 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:13,671 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.67 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:13,671 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.671 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:13,672 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.672 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:13,673 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.673 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:13,673 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.673 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:13,674 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.674 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:13,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.675 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:13,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.675 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:13,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.676 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:13,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.701 CREATE appNGizer Repository local 2021-07-21 12:02:13,730 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/repo/ 2021-07-21 12:02:13,740 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2021-07-21 12:02:13,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.743 CREATE appNGizer Application demo-application 2021-07-21 12:02:13,746 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 12:02:13,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.748 CREATE appNGizer Permission debug 2021-07-21 12:02:13,750 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 12:02:13,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.75 CREATE appNGizer Permission output-format.html 2021-07-21 12:02:13,751 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 12:02:13,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.751 CREATE appNGizer Permission output-type.webgui 2021-07-21 12:02:13,751 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 12:02:13,752 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.752 CREATE appNGizer Permission testPermission 2021-07-21 12:02:13,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.755 CREATE appNGizer Role Administrator 2021-07-21 12:02:13,761 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 12:02:13,763 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 12:02:13,765 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:13,765 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 12:02:13,766 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.765 CREATE appNGizer Role Debugger 2021-07-21 12:02:13,769 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 12:02:13,770 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 12:02:13,770 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 12:02:13,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.771 CREATE appNGizer Role Tester 2021-07-21 12:02:13,774 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 12:02:13,774 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 12:02:13,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.778 CREATE appNGizer Property platform.application.demo-application.foo 2021-07-21 12:02:13,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.779 CREATE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:13,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.78 CREATE appNGizer Property platform.application.demo-application.clobValue 2021-07-21 12:02:13,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.785 UPDATE appNGizer Role Administrator 2021-07-21 12:02:13,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.787 UPDATE appNGizer Role Debugger 2021-07-21 12:02:13,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.788 UPDATE appNGizer Role Tester 2021-07-21 12:02:13,815 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,815 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,816 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,816 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,816 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,817 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,817 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,817 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,817 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,817 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:13,817 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2021-07-21 12:02:13,834 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 12:02:13,836 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 12:02:13,837 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:13,840 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 12:02:13,842 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2021-07-21 12:02:13,847 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2021-07-21 12:02:13,923 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2021-07-21 12:02:13,942 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2021-07-21 12:02:13,942 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2021-07-21 12:02:13,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.946 CREATE appNGizer Resource plugin.xml of application demo-application 2021-07-21 12:02:13,953 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2021-07-21 12:02:13,954 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.954 CREATE appNGizer Resource application.xml of application demo-application 2021-07-21 12:02:13,976 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2021-07-21 12:02:13,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.977 CREATE appNGizer Resource master.xml of application demo-application 2021-07-21 12:02:13,978 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2021-07-21 12:02:13,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.979 CREATE appNGizer Resource datasources.xml of application demo-application 2021-07-21 12:02:13,980 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2021-07-21 12:02:13,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.98 CREATE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2021-07-21 12:02:13,981 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2021-07-21 12:02:13,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.982 CREATE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2021-07-21 12:02:13,983 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2021-07-21 12:02:13,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.984 CREATE appNGizer Resource beans.xml of application demo-application 2021-07-21 12:02:13,985 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2021-07-21 12:02:13,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.986 CREATE appNGizer Resource page.xml of application demo-application 2021-07-21 12:02:13,987 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2021-07-21 12:02:13,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.987 CREATE appNGizer Resource messages-demo.properties of application demo-application 2021-07-21 12:02:13,988 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2021-07-21 12:02:13,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:13.989 CREATE appNGizer Resource events.xml of application demo-application 2021-07-21 12:02:14,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.007 UPDATE appNGizer Application demo-application 2021-07-21 12:02:14,054 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.053 DELETE appNGizer Role Debugger 2021-07-21 12:02:14,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.063 DELETE appNGizer Role Tester 2021-07-21 12:02:14,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.077 DELETE appNGizer Role Administrator 2021-07-21 12:02:14,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.078 DELETE appNGizer Permission output-type.webgui 2021-07-21 12:02:14,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.079 DELETE appNGizer Permission debug 2021-07-21 12:02:14,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.08 DELETE appNGizer Permission testPermission 2021-07-21 12:02:14,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.081 DELETE appNGizer Permission output-format.html 2021-07-21 12:02:14,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.082 DELETE appNGizer Resource events.xml of application demo-application 2021-07-21 12:02:14,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.083 DELETE appNGizer Resource datasources.xml of application demo-application 2021-07-21 12:02:14,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.084 DELETE appNGizer Resource messages-demo.properties of application demo-application 2021-07-21 12:02:14,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.085 DELETE appNGizer Resource plugin.xml of application demo-application 2021-07-21 12:02:14,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.086 DELETE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2021-07-21 12:02:14,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.087 DELETE appNGizer Resource beans.xml of application demo-application 2021-07-21 12:02:14,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.088 DELETE appNGizer Resource page.xml of application demo-application 2021-07-21 12:02:14,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.089 DELETE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2021-07-21 12:02:14,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.09 DELETE appNGizer Resource application.xml of application demo-application 2021-07-21 12:02:14,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.091 DELETE appNGizer Resource master.xml of application demo-application 2021-07-21 12:02:14,092 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.092 DELETE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:14,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.092 DELETE appNGizer Property platform.application.demo-application.clobValue 2021-07-21 12:02:14,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.093 DELETE appNGizer Property platform.application.demo-application.foo 2021-07-21 12:02:14,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:14.094 DELETE appNGizer Application demo-application 2021-07-21 12:02:14,097 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:12 CEST 2021]; root of context hierarchy 2021-07-21 12:02:14,100 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:14,100 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.756 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2021-07-21 12:02:14,113 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:14,114 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7e04410, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3d746c8f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@27684bf, org.springframework.test.context.support.DirtiesContextTestExecutionListener@356feae3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@302ae89a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2ea4fa04] 2021-07-21 12:02:14,118 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:14,196 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:14 CEST 2021]; root of context hierarchy 2021-07-21 12:02:14,223 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:14,223 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:14,265 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:14,312 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:14,347 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:14,347 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:14,423 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:14,427 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:14,717 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:14,717 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:15,005 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:14 CEST 2021]; root of context hierarchy 2021-07-21 12:02:15,023 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:15,025 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:15,032 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.005s) 2021-07-21 12:02:15,034 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:15,038 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:15,059 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:15,083 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:15,092 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:15,096 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:15,100 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:15,104 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:15,108 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:15,113 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:15,116 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:15,144 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:15,149 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:15,153 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:15,154 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:15,154 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:15,157 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:15,161 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:15,167 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:15,169 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:15,173 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:15,176 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.138s) 2021-07-21 12:02:15,185 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:15,252 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:15,252 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:15,253 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:15,253 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:15,253 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:15,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:15,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:15,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:15,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:15,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:15,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:15,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:15,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:15,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:15,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:15,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:15,257 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:15,258 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:15,258 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:15,258 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:15,258 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:15,258 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:15,259 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:15,259 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:15,260 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:15,260 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:15,260 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:15,261 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:15,261 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:15,262 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:15,262 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:15,262 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:15,262 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:15,263 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:15,263 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:15,263 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:15,264 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:15,264 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:15,265 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:15,265 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:15,265 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:15,266 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:15,266 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:15,266 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:15,266 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:15,266 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:15,267 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:15,267 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:15,268 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:15,268 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:15,268 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:15,268 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:15,268 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:15,269 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:15,269 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:15,269 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:15,270 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:15,270 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:15,270 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:15,271 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:15,271 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:15,271 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:15,271 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:15,271 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:15,272 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:15,272 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:15,273 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:15,273 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:15,273 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:15,273 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:15,275 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:15,275 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:15,275 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:15,276 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:15,276 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:15,276 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:15,276 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:15,276 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:15,277 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:15,277 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:15,277 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:15,278 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:15,278 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:15,316 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:14 CEST 2021]; root of context hierarchy 2021-07-21 12:02:15,375 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:15,375 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:15,380 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2021-07-21 12:02:15,390 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.389 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:15,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.391 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:15,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.391 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:15,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.392 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:15,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.393 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:15,393 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.393 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:15,394 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.394 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:15,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.394 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:15,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.395 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:15,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.395 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:15,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.396 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:15,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.397 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:15,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.397 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:15,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.398 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:15,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.398 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:15,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.399 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:15,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.4 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:15,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.4 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:15,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.401 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:15,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.401 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:15,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.402 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:15,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.402 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:15,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.403 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:15,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.404 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:15,405 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.404 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:15,405 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.405 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:15,406 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.405 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:15,406 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.406 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:15,407 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.407 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:15,407 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.407 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:15,408 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.408 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:15,409 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.408 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:15,409 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.409 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:15,410 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.409 CREATE appNGizer Property platform.locale 2021-07-21 12:02:15,410 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.41 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:15,411 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.41 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:15,411 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.411 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:15,412 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.412 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:15,412 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.412 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:15,413 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.413 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:15,414 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.413 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:15,414 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.414 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:15,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.415 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:15,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.415 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:15,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.416 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:15,416 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.416 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:15,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.417 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:15,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.417 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:15,418 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.418 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:15,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.418 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:15,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.419 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:15,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.419 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:15,420 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.42 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:15,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.421 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:15,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.421 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:15,444 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.443 CREATE appNGizer Repository local repo 2021-07-21 12:02:15,526 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/repo/ 2021-07-21 12:02:15,533 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2021-07-21 12:02:15,536 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.536 CREATE appNGizer Application demo-application 2021-07-21 12:02:15,539 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 12:02:15,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.541 CREATE appNGizer Permission debug 2021-07-21 12:02:15,542 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 12:02:15,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.542 CREATE appNGizer Permission output-format.html 2021-07-21 12:02:15,542 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 12:02:15,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.543 CREATE appNGizer Permission output-type.webgui 2021-07-21 12:02:15,543 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 12:02:15,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.544 CREATE appNGizer Permission testPermission 2021-07-21 12:02:15,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.548 CREATE appNGizer Role Administrator 2021-07-21 12:02:15,554 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 12:02:15,555 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 12:02:15,556 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:15,556 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 12:02:15,557 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.556 CREATE appNGizer Role Debugger 2021-07-21 12:02:15,558 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 12:02:15,559 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 12:02:15,559 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 12:02:15,559 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.559 CREATE appNGizer Role Tester 2021-07-21 12:02:15,561 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 12:02:15,561 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 12:02:15,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.563 CREATE appNGizer Property platform.application.demo-application.foo 2021-07-21 12:02:15,564 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.564 CREATE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:15,565 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.564 CREATE appNGizer Property platform.application.demo-application.clobValue 2021-07-21 12:02:15,568 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.567 UPDATE appNGizer Role Administrator 2021-07-21 12:02:15,568 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.568 UPDATE appNGizer Role Debugger 2021-07-21 12:02:15,569 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.569 UPDATE appNGizer Role Tester 2021-07-21 12:02:15,572 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,572 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,573 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,573 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,573 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,573 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,573 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,573 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,574 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,574 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:15,574 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2021-07-21 12:02:15,584 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 12:02:15,585 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 12:02:15,585 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:15,587 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 12:02:15,588 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2021-07-21 12:02:15,590 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2021-07-21 12:02:15,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.625 UPDATE appNGizer Repository local 2021-07-21 12:02:15,642 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:15,642 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:15,643 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:15,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.65 CREATE appNGizer Repository deleteme 2021-07-21 12:02:15,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.668 DELETE appNGizer Repository deleteme 2021-07-21 12:02:15,670 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:15,670 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:15,671 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:15,685 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:15,685 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:15,686 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:15,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:15.692 CREATE appNGizer Repository dummy repo 2021-07-21 12:02:15,741 WARN [main] org.springframework.web.servlet.PageNotFound: No mapping found for HTTP request with URI [/repository/dummy%20repo/demo-application/1.2.3] in DispatcherServlet with name '' 2021-07-21 12:02:15,745 WARN [main] org.springframework.web.servlet.PageNotFound: No mapping found for HTTP request with URI [/repository/doesNotExist/demo-application/1.2.3] in DispatcherServlet with name '' 2021-07-21 12:02:15,759 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:15,759 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:15,760 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:15,864 INFO [main] org.appng.core.model.RepositoryCacheFilesystem: deleted demo-application, Version: 1.5.3, Timestamp: 2013-01-13-1303 from repository /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/repo 2021-07-21 12:02:15,887 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:14 CEST 2021]; root of context hierarchy 2021-07-21 12:02:15,889 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:15,889 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2021-07-21 12:02:15,910 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:15,910 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@57e0b2fa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@71f4b59c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6332b193, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6013eeb0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3236f72a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@66bafca5] 2021-07-21 12:02:15,911 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:15,987 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:15 CEST 2021]; root of context hierarchy 2021-07-21 12:02:16,017 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:16,017 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:16,059 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:16,104 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:16,131 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:16,131 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:16,212 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:16,217 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:16,512 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:16,512 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:16,719 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:15 CEST 2021]; root of context hierarchy 2021-07-21 12:02:16,735 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:16,738 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:16,744 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.005s) 2021-07-21 12:02:16,745 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:16,749 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:16,768 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:16,790 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:16,797 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:16,801 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:16,804 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:16,808 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:16,811 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:16,815 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:16,818 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:16,823 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:16,827 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:16,831 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:16,831 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:16,832 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:16,834 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:16,838 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:16,843 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:16,845 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:16,848 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:16,851 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.102s) 2021-07-21 12:02:16,857 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:16,922 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:16,922 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:16,922 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:16,922 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:16,922 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:16,923 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:16,923 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:16,923 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:16,923 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:16,924 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:16,924 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:16,925 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:16,925 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:16,925 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:16,925 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:16,925 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:16,926 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:16,926 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:16,927 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:16,927 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:16,927 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:16,927 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:16,928 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:16,928 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:16,929 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:16,930 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:16,930 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:16,930 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:16,930 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:16,931 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:16,931 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:16,931 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:16,931 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:16,932 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:16,932 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:16,932 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:16,932 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:16,932 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:16,934 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:16,934 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:16,934 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:16,934 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:16,934 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:16,934 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:16,934 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:16,935 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:16,935 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:16,935 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:16,936 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:16,936 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:16,936 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:16,936 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:16,936 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:16,937 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:16,937 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:16,937 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:16,937 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:16,938 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:16,938 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:16,938 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:16,939 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:16,939 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:16,939 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:16,939 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:16,940 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:16,941 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:16,941 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:16,941 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:16,941 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:16,941 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:16,942 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:16,942 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:16,943 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:16,943 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:16,943 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:16,943 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:16,944 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:16,944 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:16,945 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:16,945 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:16,945 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:16,945 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:16,945 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:16,986 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:15 CEST 2021]; root of context hierarchy 2021-07-21 12:02:17,041 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:17,041 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:17,045 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 4 ms 2021-07-21 12:02:17,055 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.054 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:17,056 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.055 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:17,056 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.056 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:17,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.057 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:17,057 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.057 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:17,058 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.058 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:17,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.058 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:17,059 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.059 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:17,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.059 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:17,060 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.06 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:17,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.06 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:17,061 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.061 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:17,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.061 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:17,062 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.062 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:17,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.063 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:17,063 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.063 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:17,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.064 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:17,064 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.064 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:17,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.065 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:17,065 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.065 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:17,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.066 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:17,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.066 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:17,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.067 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:17,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.067 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:17,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.068 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:17,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.068 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:17,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.069 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:17,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.069 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:17,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.069 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:17,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.07 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:17,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.07 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:17,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.071 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:17,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.071 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:17,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.072 CREATE appNGizer Property platform.locale 2021-07-21 12:02:17,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.072 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:17,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.073 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:17,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.073 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:17,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.074 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:17,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.074 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:17,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.075 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:17,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.075 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:17,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.076 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:17,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.076 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:17,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.077 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:17,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.077 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:17,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.078 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:17,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.078 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:17,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.079 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:17,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.079 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:17,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.08 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:17,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.08 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:17,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.081 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:17,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.081 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:17,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.082 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:17,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.082 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:17,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.099 CREATE appNGizer Group Admin 2021-07-21 12:02:17,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.115 CREATE appNGizer Subject Admin 2021-07-21 12:02:17,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.127 UPDATE appNGizer Subject Admin 2021-07-21 12:02:17,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.131 UPDATE appNGizer Group Admin 2021-07-21 12:02:17,159 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.159 UPDATE appNGizer Group Admin 2021-07-21 12:02:17,166 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.165 UPDATE appNGizer Subject Admin 2021-07-21 12:02:17,169 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.168 UPDATE appNGizer Subject Admin 2021-07-21 12:02:17,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.186 UPDATE appNGizer Subject Admin 2021-07-21 12:02:17,203 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:17,203 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:17,204 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:17,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.209 CREATE appNGizer Subject deleteme 2021-07-21 12:02:17,226 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.226 DELETE appNGizer Subject deleteme 2021-07-21 12:02:17,228 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:17,228 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:17,229 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:17,235 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.234 CREATE appNGizer Subject john.doe 2021-07-21 12:02:17,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.248 UPDATE appNGizer Subject john.doe 2021-07-21 12:02:17,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.26 DELETE appNGizer Subject john.doe 2021-07-21 12:02:17,262 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:17,262 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:17,263 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:17,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:17.268 CREATE appNGizer Subject john doe 2021-07-21 12:02:17,303 ERROR [main] org.appng.appngizer.controller.SubjectController: [64] error while processing [POST] on /subject javax.validation.ConstraintViolationException: Validation failed for classes [org.appng.core.domain.SubjectImpl] during persist time for groups [javax.validation.groups.Default, ] List of constraint violations:[ ConstraintViolationImpl{interpolatedMessage='{validation.usernameGroup}', propertyPath=name, rootBeanClass=class org.appng.core.domain.SubjectImpl, messageTemplate='{validation.usernameGroup}'} ] at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.validate(BeanValidationEventListener.java:140) at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.onPreInsert(BeanValidationEventListener.java:80) at org.hibernate.action.internal.EntityIdentityInsertAction.preInsert(EntityIdentityInsertAction.java:188) at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:78) at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:645) at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:282) at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:263) at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:317) at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:330) at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:287) at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:193) at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:123) at org.hibernate.event.internal.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:185) at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:128) at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:55) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:99) at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:720) at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:706) at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:301) at com.sun.proxy.$Proxy89.persist(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:531) at sun.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.executeMethodOn(RepositoryFactorySupport.java:515) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:500) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:477) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:56) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:140) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$ExposeRepositoryInvocationInterceptor.invoke(CrudMethodMetadataPostProcessor.java:347) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:57) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy98.save(Unknown Source) at org.appng.core.service.CoreService.createSubject(CoreService.java:197) at org.appng.core.service.CoreService$$FastClassBySpringCGLIB$$4bccbf8c.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672) at org.appng.core.service.CoreService$$EnhancerBySpringCGLIB$$16a7e388.createSubject() at org.appng.appngizer.controller.SubjectController.createSubject(SubjectController.java:94) 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.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:204) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:854) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:765) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:71) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:160) at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:127) at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:151) at org.appng.appngizer.controller.ControllerTest.verify(ControllerTest.java:200) at org.appng.appngizer.controller.ControllerTest.sendBodyAndVerify(ControllerTest.java:194) at org.appng.appngizer.controller.ControllerTest.postAndVerify(ControllerTest.java:159) at org.appng.appngizer.controller.SubjectControllerTest.testInvalidName(SubjectControllerTest.java:42) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 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:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 2021-07-21 12:02:17,309 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:17,309 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:17,311 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2021-07-21 12:02:17,337 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:15 CEST 2021]; root of context hierarchy 2021-07-21 12:02:17,339 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:17,339 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.446 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2021-07-21 12:02:17,354 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:17,354 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7dbee2b6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@57bae294, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5b2027f8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@127a77db, org.springframework.test.context.transaction.TransactionalTestExecutionListener@185b9c70, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@187573ad] 2021-07-21 12:02:17,356 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:17,428 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:17 CEST 2021]; root of context hierarchy 2021-07-21 12:02:17,449 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:17,449 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:17,487 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:17,560 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:17,587 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:17,587 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:17,662 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:17,668 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:17,994 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:17,994 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:18,299 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:17 CEST 2021]; root of context hierarchy 2021-07-21 12:02:18,324 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:18,328 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:18,335 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.006s) 2021-07-21 12:02:18,336 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:18,340 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:18,361 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:18,388 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:18,396 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:18,401 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:18,405 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:18,408 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:18,412 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:18,416 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:18,419 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:18,424 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:18,428 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:18,433 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:18,433 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:18,433 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:18,436 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:18,440 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:18,446 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:18,447 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:18,452 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:18,455 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.115s) 2021-07-21 12:02:18,463 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:18,525 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:18,525 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:18,525 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:18,525 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:18,526 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:18,526 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:18,526 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:18,526 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:18,526 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:18,527 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:18,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:18,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:18,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:18,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:18,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:18,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:18,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:18,529 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:18,529 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:18,529 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:18,530 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:18,530 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:18,530 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:18,530 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:18,531 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:18,531 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:18,531 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:18,531 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:18,532 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:18,532 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:18,532 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:18,532 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:18,533 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:18,533 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:18,533 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:18,534 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:18,534 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:18,534 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:18,535 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:18,535 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:18,535 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:18,535 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:18,536 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:18,536 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:18,536 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:18,536 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:18,536 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:18,536 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:18,537 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:18,537 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:18,537 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:18,537 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:18,538 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:18,538 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:18,538 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:18,539 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:18,539 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:18,539 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:18,539 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:18,540 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:18,540 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:18,540 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:18,540 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:18,540 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:18,541 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:18,541 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:18,542 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:18,542 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:18,542 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:18,542 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:18,543 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:18,543 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:18,544 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:18,544 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:18,544 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:18,544 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:18,544 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:18,544 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:18,545 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:18,545 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:18,545 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:18,546 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:18,546 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:18,611 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:17 CEST 2021]; root of context hierarchy 2021-07-21 12:02:18,677 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:18,677 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:18,682 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2021-07-21 12:02:18,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.69 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:18,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.691 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:18,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.691 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:18,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.692 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:18,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.692 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:18,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.693 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:18,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.693 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:18,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.694 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:18,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.694 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:18,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.694 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:18,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.695 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:18,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.695 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:18,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.696 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:18,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.696 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:18,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.697 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:18,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.697 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:18,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.698 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:18,698 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.698 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:18,699 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.699 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:18,699 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.699 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:18,700 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.7 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:18,700 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.7 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:18,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.701 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:18,701 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.701 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:18,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.702 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:18,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.702 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:18,703 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.703 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:18,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.703 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:18,704 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.704 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:18,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.704 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:18,705 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.705 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:18,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.705 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:18,706 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.706 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:18,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.706 CREATE appNGizer Property platform.locale 2021-07-21 12:02:18,707 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.707 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:18,708 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.708 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:18,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.708 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:18,709 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.709 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:18,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.709 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:18,710 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.71 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:18,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.71 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:18,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.711 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:18,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.711 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:18,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.712 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:18,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.712 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:18,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.713 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:18,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.713 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:18,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.714 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:18,714 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.714 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:18,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.715 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:18,715 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.715 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:18,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.715 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:18,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.716 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:18,716 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.716 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:18,717 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.717 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:18,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.736 CREATE appNGizer Repository local 2021-07-21 12:02:18,762 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/repo/ 2021-07-21 12:02:18,769 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2021-07-21 12:02:18,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.772 CREATE appNGizer Application demo-application 2021-07-21 12:02:18,775 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 12:02:18,777 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.777 CREATE appNGizer Permission debug 2021-07-21 12:02:18,778 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 12:02:18,778 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.778 CREATE appNGizer Permission output-format.html 2021-07-21 12:02:18,778 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 12:02:18,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.779 CREATE appNGizer Permission output-type.webgui 2021-07-21 12:02:18,779 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 12:02:18,779 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.779 CREATE appNGizer Permission testPermission 2021-07-21 12:02:18,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.782 CREATE appNGizer Role Administrator 2021-07-21 12:02:18,787 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 12:02:18,788 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 12:02:18,789 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:18,789 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 12:02:18,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.789 CREATE appNGizer Role Debugger 2021-07-21 12:02:18,791 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 12:02:18,792 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 12:02:18,792 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 12:02:18,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.792 CREATE appNGizer Role Tester 2021-07-21 12:02:18,793 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 12:02:18,793 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 12:02:18,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.796 CREATE appNGizer Property platform.application.demo-application.foo 2021-07-21 12:02:18,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.796 CREATE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:18,797 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.797 CREATE appNGizer Property platform.application.demo-application.clobValue 2021-07-21 12:02:18,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.8 UPDATE appNGizer Role Administrator 2021-07-21 12:02:18,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.8 UPDATE appNGizer Role Debugger 2021-07-21 12:02:18,801 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.801 UPDATE appNGizer Role Tester 2021-07-21 12:02:18,807 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,807 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,807 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,807 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:18,808 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2021-07-21 12:02:18,817 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 12:02:18,818 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 12:02:18,818 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:18,820 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 12:02:18,821 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2021-07-21 12:02:18,823 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2021-07-21 12:02:18,869 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 12:02:18,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.871 UPDATE appNGizer Permission testPermission 2021-07-21 12:02:18,884 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2021-07-21 12:02:18,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.885 UPDATE appNGizer Permission newName 2021-07-21 12:02:18,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.897 DELETE appNGizer Role Debugger 2021-07-21 12:02:18,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.9 DELETE appNGizer Role Tester 2021-07-21 12:02:18,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.91 DELETE appNGizer Role Administrator 2021-07-21 12:02:18,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.911 DELETE appNGizer Permission newName 2021-07-21 12:02:18,912 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.912 DELETE appNGizer Permission output-type.webgui 2021-07-21 12:02:18,912 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.912 DELETE appNGizer Permission debug 2021-07-21 12:02:18,913 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.913 DELETE appNGizer Permission output-format.html 2021-07-21 12:02:18,914 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.913 DELETE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:18,914 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.914 DELETE appNGizer Property platform.application.demo-application.clobValue 2021-07-21 12:02:18,915 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.915 DELETE appNGizer Property platform.application.demo-application.foo 2021-07-21 12:02:18,915 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:18.915 DELETE appNGizer Application demo-application 2021-07-21 12:02:18,918 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:17 CEST 2021]; root of context hierarchy 2021-07-21 12:02:18,919 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:18,919 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.53 s - in org.appng.appngizer.controller.PermissionControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2021-07-21 12:02:18,929 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:18,929 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@41757cf0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@70df1944, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3d961533, org.springframework.test.context.support.DirtiesContextTestExecutionListener@48b36b5d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@22cb0c47, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2a563463] 2021-07-21 12:02:18,930 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:18,975 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:18 CEST 2021]; root of context hierarchy 2021-07-21 12:02:18,993 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:18,993 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:19,022 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:19,074 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:19,109 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:19,109 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:19,185 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:19,190 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:19,427 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:19,428 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:19,615 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:18 CEST 2021]; root of context hierarchy 2021-07-21 12:02:19,659 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:19,661 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:19,667 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.004s) 2021-07-21 12:02:19,669 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:19,673 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:19,691 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:19,713 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:19,720 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:19,724 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:19,727 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:19,730 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:19,733 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:19,736 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:19,740 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:19,743 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:19,747 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:19,750 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:19,750 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:19,750 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:19,753 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:19,756 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:19,761 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:19,762 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:19,766 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:19,769 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.097s) 2021-07-21 12:02:19,777 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:19,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:19,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:19,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:19,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:19,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:19,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:19,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:19,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:19,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:19,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:19,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:19,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:19,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:19,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:19,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:19,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:19,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:19,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:19,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:19,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:19,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:19,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:19,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:19,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:19,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:19,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:19,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:19,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:19,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:19,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:19,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:19,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:19,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:19,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:19,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:19,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:19,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:19,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:19,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:19,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:19,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:19,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:19,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:19,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:19,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:19,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:19,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:19,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:19,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:19,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:19,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:19,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:19,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:19,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:19,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:19,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:19,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:19,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:19,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:19,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:19,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:19,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:19,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:19,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:19,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:19,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:19,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:19,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:19,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:19,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:19,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:19,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:19,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:19,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:19,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:19,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:19,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:19,863 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:19,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:19,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:19,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:19,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:19,864 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:19,899 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:18 CEST 2021]; root of context hierarchy 2021-07-21 12:02:19,956 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:19,956 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:19,961 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2021-07-21 12:02:19,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.972 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:19,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.973 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:19,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.974 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:19,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.975 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:19,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.975 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:19,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.975 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:19,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.976 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:19,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.977 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:19,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.977 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:19,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.978 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:19,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.978 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:19,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.979 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:19,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.979 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:19,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.98 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:19,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.981 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:19,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.981 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:19,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.982 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:19,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.982 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:19,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.983 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:19,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.983 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:19,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.984 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:19,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.984 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:19,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.985 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:19,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.985 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:19,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.986 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:19,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.987 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:19,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.987 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:19,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.988 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:19,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.989 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:19,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.989 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:19,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.99 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:19,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.99 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:19,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.991 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:19,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.992 CREATE appNGizer Property platform.locale 2021-07-21 12:02:19,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.992 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:19,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.993 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:19,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.994 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:19,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.994 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:19,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.995 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:19,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.995 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:19,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.995 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:19,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.996 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:19,997 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.997 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:19,998 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.997 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:19,998 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.998 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:19,999 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.999 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:20,000 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:19.999 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:20,000 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.0 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:20,001 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.001 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:20,002 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.001 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:20,002 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.002 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:20,003 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.002 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:20,003 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.003 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:20,004 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.004 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:20,004 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.004 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:20,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.033 CREATE appNGizer Repository local 2021-07-21 12:02:20,059 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/repo/ 2021-07-21 12:02:20,066 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2021-07-21 12:02:20,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.069 CREATE appNGizer Application demo-application 2021-07-21 12:02:20,072 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 12:02:20,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.074 CREATE appNGizer Permission debug 2021-07-21 12:02:20,075 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 12:02:20,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.075 CREATE appNGizer Permission output-format.html 2021-07-21 12:02:20,076 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 12:02:20,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.076 CREATE appNGizer Permission output-type.webgui 2021-07-21 12:02:20,076 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 12:02:20,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.077 CREATE appNGizer Permission testPermission 2021-07-21 12:02:20,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.08 CREATE appNGizer Role Administrator 2021-07-21 12:02:20,086 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 12:02:20,087 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 12:02:20,088 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:20,088 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 12:02:20,089 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.088 CREATE appNGizer Role Debugger 2021-07-21 12:02:20,090 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 12:02:20,091 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 12:02:20,091 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 12:02:20,091 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.091 CREATE appNGizer Role Tester 2021-07-21 12:02:20,092 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 12:02:20,092 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 12:02:20,095 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.095 CREATE appNGizer Property platform.application.demo-application.foo 2021-07-21 12:02:20,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.096 CREATE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:20,096 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.096 CREATE appNGizer Property platform.application.demo-application.clobValue 2021-07-21 12:02:20,100 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.099 UPDATE appNGizer Role Administrator 2021-07-21 12:02:20,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.1 UPDATE appNGizer Role Debugger 2021-07-21 12:02:20,101 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.101 UPDATE appNGizer Role Tester 2021-07-21 12:02:20,104 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,104 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,105 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,105 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,105 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,105 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,105 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,105 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,106 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,106 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:20,106 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2021-07-21 12:02:20,116 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 12:02:20,117 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 12:02:20,117 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:20,119 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 12:02:20,119 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2021-07-21 12:02:20,120 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2021-07-21 12:02:20,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.148 CREATE appNGizer Group Admin 2021-07-21 12:02:20,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.185 UPDATE appNGizer Group Administrator 2021-07-21 12:02:20,203 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:20,203 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:20,204 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:20,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.208 CREATE appNGizer Group deleteme 2021-07-21 12:02:20,219 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.219 DELETE appNGizer Group deleteme 2021-07-21 12:02:20,221 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:20,221 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:20,222 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:20,228 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.227 CREATE appNGizer Group with.dot 2021-07-21 12:02:20,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.25 DELETE appNGizer Group with.dot 2021-07-21 12:02:20,253 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:20,253 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:20,254 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:20,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:20.259 CREATE appNGizer Group john doe! 2021-07-21 12:02:20,262 ERROR [main] org.appng.appngizer.controller.GroupController: [86] error while processing [POST] on /group javax.validation.ConstraintViolationException: Validation failed for classes [org.appng.core.domain.GroupImpl] during persist time for groups [javax.validation.groups.Default, ] List of constraint violations:[ ConstraintViolationImpl{interpolatedMessage='{validation.name}', propertyPath=name, rootBeanClass=class org.appng.core.domain.GroupImpl, messageTemplate='{validation.name}'} ] at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.validate(BeanValidationEventListener.java:140) at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.onPreInsert(BeanValidationEventListener.java:80) at org.hibernate.action.internal.EntityIdentityInsertAction.preInsert(EntityIdentityInsertAction.java:188) at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:78) at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:645) at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:282) at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:263) at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:317) at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:330) at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:287) at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:193) at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:123) at org.hibernate.event.internal.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:185) at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:128) at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:55) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:99) at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:720) at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:706) at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:301) at com.sun.proxy.$Proxy89.persist(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:531) at sun.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.executeMethodOn(RepositoryFactorySupport.java:515) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:500) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:477) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:56) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:140) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$ExposeRepositoryInvocationInterceptor.invoke(CrudMethodMetadataPostProcessor.java:347) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:57) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy95.save(Unknown Source) at org.appng.core.service.CoreService.createGroup(CoreService.java:1787) at org.appng.core.service.CoreService$$FastClassBySpringCGLIB$$4bccbf8c.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672) at org.appng.core.service.CoreService$$EnhancerBySpringCGLIB$$16a7e388.createGroup() at org.appng.appngizer.controller.GroupController.createGroup(GroupController.java:82) 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.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:204) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:854) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:765) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:71) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:160) at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:127) at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:151) at org.appng.appngizer.controller.ControllerTest.verify(ControllerTest.java:200) at org.appng.appngizer.controller.ControllerTest.sendBodyAndVerify(ControllerTest.java:194) at org.appng.appngizer.controller.ControllerTest.postAndVerify(ControllerTest.java:159) at org.appng.appngizer.controller.GroupControllerTest.testInvalidName(GroupControllerTest.java:34) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 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:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 2021-07-21 12:02:20,266 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:20,266 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:20,267 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:20,286 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:18 CEST 2021]; root of context hierarchy 2021-07-21 12:02:20,288 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:20,289 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.368 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SiteApplicationControllerTest 2021-07-21 12:02:20,299 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:20,299 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@71cbbfd4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@9b65a15, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2fe25800, org.springframework.test.context.support.DirtiesContextTestExecutionListener@367fddc8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1ae6e1cc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@21bb7677] 2021-07-21 12:02:20,301 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:20,347 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:20 CEST 2021]; root of context hierarchy 2021-07-21 12:02:20,368 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:20,368 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:20,398 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:20,442 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:20,466 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:20,467 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:20,546 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:20,550 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:20,790 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:20,790 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:21,002 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:20 CEST 2021]; root of context hierarchy 2021-07-21 12:02:21,020 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:21,023 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:21,030 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.005s) 2021-07-21 12:02:21,031 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:21,034 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:21,054 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:21,074 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:21,082 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:21,086 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:21,089 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:21,092 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:21,095 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:21,098 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:21,102 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:21,105 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:21,109 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:21,112 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:21,112 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:21,113 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:21,115 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:21,118 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:21,123 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:21,124 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:21,128 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:21,130 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.096s) 2021-07-21 12:02:21,138 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:21,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:21,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:21,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:21,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:21,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:21,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:21,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:21,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:21,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:21,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:21,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:21,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:21,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:21,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:21,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:21,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:21,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:21,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:21,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:21,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:21,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:21,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:21,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:21,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:21,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:21,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:21,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:21,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:21,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:21,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:21,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:21,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:21,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:21,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:21,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:21,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:21,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:21,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:21,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:21,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:21,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:21,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:21,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:21,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:21,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:21,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:21,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:21,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:21,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:21,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:21,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:21,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:21,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:21,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:21,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:21,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:21,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:21,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:21,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:21,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:21,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:21,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:21,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:21,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:21,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:21,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:21,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:21,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:21,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:21,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:21,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:21,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:21,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:21,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:21,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:21,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:21,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:21,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:21,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:21,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:21,207 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:21,208 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:21,208 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:21,244 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:20 CEST 2021]; root of context hierarchy 2021-07-21 12:02:21,301 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:21,301 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:21,305 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 4 ms 2021-07-21 12:02:21,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.315 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:21,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.316 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:21,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.316 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:21,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.316 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:21,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.317 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:21,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.317 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:21,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.318 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:21,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.318 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:21,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.318 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:21,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.319 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:21,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.319 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:21,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.32 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:21,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.32 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:21,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.321 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:21,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.321 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:21,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.322 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:21,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.322 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:21,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.323 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:21,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.323 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:21,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.324 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:21,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.324 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:21,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.324 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:21,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.325 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:21,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.325 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:21,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.326 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:21,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.326 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:21,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.327 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:21,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.327 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:21,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.327 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:21,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.328 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:21,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.328 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:21,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.329 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:21,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.329 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:21,330 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.329 CREATE appNGizer Property platform.locale 2021-07-21 12:02:21,330 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.33 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:21,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.33 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:21,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.331 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:21,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.331 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:21,332 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.332 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:21,332 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.332 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:21,332 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.332 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:21,333 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.333 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:21,333 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.333 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:21,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.333 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:21,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.334 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:21,334 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.334 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:21,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.335 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:21,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.335 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:21,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.335 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:21,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.336 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:21,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.336 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:21,337 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.336 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:21,337 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.337 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:21,337 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.337 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:21,338 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.338 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:21,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.359 CREATE appNGizer Repository local 2021-07-21 12:02:21,385 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/repo/ 2021-07-21 12:02:21,393 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2021-07-21 12:02:21,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.396 CREATE appNGizer Application demo-application 2021-07-21 12:02:21,399 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 12:02:21,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.402 CREATE appNGizer Permission debug 2021-07-21 12:02:21,403 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 12:02:21,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.403 CREATE appNGizer Permission output-format.html 2021-07-21 12:02:21,404 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 12:02:21,404 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.404 CREATE appNGizer Permission output-type.webgui 2021-07-21 12:02:21,404 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 12:02:21,405 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.404 CREATE appNGizer Permission testPermission 2021-07-21 12:02:21,407 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.407 CREATE appNGizer Role Administrator 2021-07-21 12:02:21,412 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 12:02:21,414 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 12:02:21,414 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:21,414 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 12:02:21,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.415 CREATE appNGizer Role Debugger 2021-07-21 12:02:21,416 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 12:02:21,417 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 12:02:21,417 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 12:02:21,417 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.417 CREATE appNGizer Role Tester 2021-07-21 12:02:21,418 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 12:02:21,418 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 12:02:21,421 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.421 CREATE appNGizer Property platform.application.demo-application.foo 2021-07-21 12:02:21,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.421 CREATE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:21,422 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.422 CREATE appNGizer Property platform.application.demo-application.clobValue 2021-07-21 12:02:21,424 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.424 UPDATE appNGizer Role Administrator 2021-07-21 12:02:21,425 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.425 UPDATE appNGizer Role Debugger 2021-07-21 12:02:21,426 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.425 UPDATE appNGizer Role Tester 2021-07-21 12:02:21,432 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,432 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,432 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,432 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,432 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,432 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,433 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,433 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,433 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,433 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:21,433 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2021-07-21 12:02:21,442 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 12:02:21,442 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 12:02:21,443 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:21,444 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 12:02:21,445 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2021-07-21 12:02:21,447 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2021-07-21 12:02:21,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.475 CREATE appNGizer Property platform.site.localhost.template 2021-07-21 12:02:21,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.476 CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2021-07-21 12:02:21,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.476 CREATE appNGizer Property platform.site.localhost.wwwDir 2021-07-21 12:02:21,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.477 CREATE appNGizer Property platform.site.localhost.tagPrefix 2021-07-21 12:02:21,477 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.477 CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2021-07-21 12:02:21,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.478 CREATE appNGizer Property platform.site.localhost.authLoginPage 2021-07-21 12:02:21,478 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.478 CREATE appNGizer Property platform.site.localhost.cacheEnabled 2021-07-21 12:02:21,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.479 CREATE appNGizer Property platform.site.localhost.ldapUser 2021-07-21 12:02:21,479 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.479 CREATE appNGizer Property platform.site.localhost.ldapDisabled 2021-07-21 12:02:21,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.479 CREATE appNGizer Property platform.site.localhost.serviceOutputType 2021-07-21 12:02:21,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.48 CREATE appNGizer Property platform.site.localhost.encoding 2021-07-21 12:02:21,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.48 CREATE appNGizer Property platform.site.localhost.indexDir 2021-07-21 12:02:21,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.481 CREATE appNGizer Property platform.site.localhost.defaultApplication 2021-07-21 12:02:21,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.481 CREATE appNGizer Property platform.site.localhost.sessionTrackingEnabled 2021-07-21 12:02:21,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.481 CREATE appNGizer Property platform.site.localhost.mailHost 2021-07-21 12:02:21,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.482 CREATE appNGizer Property platform.site.localhost.authLoginRef 2021-07-21 12:02:21,482 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.482 CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2021-07-21 12:02:21,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.482 CREATE appNGizer Property platform.site.localhost.indexFileTypes 2021-07-21 12:02:21,483 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.483 CREATE appNGizer Property platform.site.localhost.authApplication 2021-07-21 12:02:21,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.483 CREATE appNGizer Property platform.site.localhost.defaultPage 2021-07-21 12:02:21,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.484 CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2021-07-21 12:02:21,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.484 CREATE appNGizer Property platform.site.localhost.ldapStartTls 2021-07-21 12:02:21,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.485 CREATE appNGizer Property platform.site.localhost.cacheClearOnShutdown 2021-07-21 12:02:21,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.485 CREATE appNGizer Property platform.site.localhost.appendTabId 2021-07-21 12:02:21,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.486 CREATE appNGizer Property platform.site.localhost.cacheTimeToLive 2021-07-21 12:02:21,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.486 CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2021-07-21 12:02:21,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.486 CREATE appNGizer Property platform.site.localhost.ldapDomain 2021-07-21 12:02:21,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.487 CREATE appNGizer Property platform.site.localhost.searchChunkSize 2021-07-21 12:02:21,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.487 CREATE appNGizer Property platform.site.localhost.rewriteConfig 2021-07-21 12:02:21,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.488 CREATE appNGizer Property platform.site.localhost.indexTimeout 2021-07-21 12:02:21,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.488 CREATE appNGizer Property platform.site.localhost.xssExceptions 2021-07-21 12:02:21,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.488 CREATE appNGizer Property platform.site.localhost.service-path 2021-07-21 12:02:21,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.489 CREATE appNGizer Property platform.site.localhost.supportReloadFile 2021-07-21 12:02:21,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.489 CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2021-07-21 12:02:21,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.489 CREATE appNGizer Property platform.site.localhost.cacheTimeoutsAntStyle 2021-07-21 12:02:21,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.49 CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2021-07-21 12:02:21,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.49 CREATE appNGizer Property platform.site.localhost.authLogoutPage 2021-07-21 12:02:21,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.491 CREATE appNGizer Property platform.site.localhost.siteRootDir 2021-07-21 12:02:21,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.491 CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2021-07-21 12:02:21,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.491 CREATE appNGizer Property platform.site.localhost.name 2021-07-21 12:02:21,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.492 CREATE appNGizer Property platform.site.localhost.jdbcConnectionTimeout 2021-07-21 12:02:21,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.492 CREATE appNGizer Property platform.site.localhost.allowSkipRender 2021-07-21 12:02:21,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.492 CREATE appNGizer Property platform.site.localhost.cacheStatistics 2021-07-21 12:02:21,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.493 CREATE appNGizer Property platform.site.localhost.errorPage 2021-07-21 12:02:21,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.493 CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2021-07-21 12:02:21,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.494 CREATE appNGizer Property platform.site.localhost.supportedLanguages 2021-07-21 12:02:21,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.494 CREATE appNGizer Property platform.site.localhost.assetsDir 2021-07-21 12:02:21,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.494 CREATE appNGizer Property platform.site.localhost.errorPages 2021-07-21 12:02:21,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.495 CREATE appNGizer Property platform.site.localhost.authLogoutRef 2021-07-21 12:02:21,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.495 CREATE appNGizer Property platform.site.localhost.locale 2021-07-21 12:02:21,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.495 CREATE appNGizer Property platform.site.localhost.mailDisabled 2021-07-21 12:02:21,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.496 CREATE appNGizer Property platform.site.localhost.timeZone 2021-07-21 12:02:21,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.496 CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2021-07-21 12:02:21,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.496 CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2021-07-21 12:02:21,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.497 CREATE appNGizer Property platform.site.localhost.cacheExceptions 2021-07-21 12:02:21,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.497 CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2021-07-21 12:02:21,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.498 CREATE appNGizer Property platform.site.localhost.ldapPassword 2021-07-21 12:02:21,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.498 CREATE appNGizer Property platform.site.localhost.indexConfig 2021-07-21 12:02:21,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.498 CREATE appNGizer Property platform.site.localhost.cacheTimeouts 2021-07-21 12:02:21,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.499 CREATE appNGizer Property platform.site.localhost.defaultPageSize 2021-07-21 12:02:21,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.499 CREATE appNGizer Property platform.site.localhost.documentDir 2021-07-21 12:02:21,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.5 CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2021-07-21 12:02:21,500 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.5 CREATE appNGizer Property platform.site.localhost.jdbcLogPerformance 2021-07-21 12:02:21,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.501 CREATE appNGizer Property platform.site.localhost.searchMaxHits 2021-07-21 12:02:21,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.501 CREATE appNGizer Property platform.site.localhost.jdbcValidationTimeout 2021-07-21 12:02:21,501 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.501 CREATE appNGizer Property platform.site.localhost.indexQueueSize 2021-07-21 12:02:21,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.502 CREATE appNGizer Property platform.site.localhost.mailPort 2021-07-21 12:02:21,502 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.502 CREATE appNGizer Property platform.site.localhost.host 2021-07-21 12:02:21,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.502 CREATE appNGizer Property platform.site.localhost.jdbcMaxLifetime 2021-07-21 12:02:21,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.503 CREATE appNGizer Property platform.site.localhost.ldapHost 2021-07-21 12:02:21,503 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.503 CREATE appNGizer Property platform.site.localhost.manager-path 2021-07-21 12:02:21,507 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.506 CREATE appNGizer Site localhost 2021-07-21 12:02:21,569 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.568 CREATE appNGizer Property platform.site.anotherSite.ldapPrincipalScheme 2021-07-21 12:02:21,569 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.569 CREATE appNGizer Property platform.site.anotherSite.encoding 2021-07-21 12:02:21,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.569 CREATE appNGizer Property platform.site.anotherSite.supportReloadFile 2021-07-21 12:02:21,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.57 CREATE appNGizer Property platform.site.anotherSite.allowSkipRender 2021-07-21 12:02:21,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.57 CREATE appNGizer Property platform.site.anotherSite.documentDir 2021-07-21 12:02:21,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.571 CREATE appNGizer Property platform.site.anotherSite.csrfProtectedPaths 2021-07-21 12:02:21,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.571 CREATE appNGizer Property platform.site.anotherSite.wwwDir 2021-07-21 12:02:21,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.572 CREATE appNGizer Property platform.site.anotherSite.authLogoutActionName 2021-07-21 12:02:21,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.572 CREATE appNGizer Property platform.site.anotherSite.ldapStartTls 2021-07-21 12:02:21,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.572 CREATE appNGizer Property platform.site.anotherSite.name 2021-07-21 12:02:21,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.573 CREATE appNGizer Property platform.site.anotherSite.cacheEnabled 2021-07-21 12:02:21,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.573 CREATE appNGizer Property platform.site.anotherSite.serviceOutputFormat 2021-07-21 12:02:21,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.573 CREATE appNGizer Property platform.site.anotherSite.jdbcValidationTimeout 2021-07-21 12:02:21,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.574 CREATE appNGizer Property platform.site.anotherSite.ldapUser 2021-07-21 12:02:21,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.574 CREATE appNGizer Property platform.site.anotherSite.ldapDisabled 2021-07-21 12:02:21,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.575 CREATE appNGizer Property platform.site.anotherSite.indexConfig 2021-07-21 12:02:21,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.575 CREATE appNGizer Property platform.site.anotherSite.siteRootDir 2021-07-21 12:02:21,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.575 CREATE appNGizer Property platform.site.anotherSite.ldapDomain 2021-07-21 12:02:21,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.576 CREATE appNGizer Property platform.site.anotherSite.authLoginPage 2021-07-21 12:02:21,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.576 CREATE appNGizer Property platform.site.anotherSite.cacheStatistics 2021-07-21 12:02:21,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.577 CREATE appNGizer Property platform.site.anotherSite.mailPort 2021-07-21 12:02:21,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.577 CREATE appNGizer Property platform.site.anotherSite.appendTabId 2021-07-21 12:02:21,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.578 CREATE appNGizer Property platform.site.anotherSite.service-path 2021-07-21 12:02:21,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.578 CREATE appNGizer Property platform.site.anotherSite.template 2021-07-21 12:02:21,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.578 CREATE appNGizer Property platform.site.anotherSite.cacheTimeouts 2021-07-21 12:02:21,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.579 CREATE appNGizer Property platform.site.anotherSite.tagPrefix 2021-07-21 12:02:21,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.579 CREATE appNGizer Property platform.site.anotherSite.authLogoutPage 2021-07-21 12:02:21,580 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.58 CREATE appNGizer Property platform.site.anotherSite.timeZone 2021-07-21 12:02:21,580 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.58 CREATE appNGizer Property platform.site.anotherSite.ldapIdAttribute 2021-07-21 12:02:21,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.58 CREATE appNGizer Property platform.site.anotherSite.cacheTimeToLive 2021-07-21 12:02:21,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.581 CREATE appNGizer Property platform.site.anotherSite.searchMaxHits 2021-07-21 12:02:21,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.581 CREATE appNGizer Property platform.site.anotherSite.host 2021-07-21 12:02:21,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.582 CREATE appNGizer Property platform.site.anotherSite.indexFileTypes 2021-07-21 12:02:21,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.582 CREATE appNGizer Property platform.site.anotherSite.supportedLanguages 2021-07-21 12:02:21,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.582 CREATE appNGizer Property platform.site.anotherSite.jdbcLogPerformance 2021-07-21 12:02:21,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.583 CREATE appNGizer Property platform.site.anotherSite.locale 2021-07-21 12:02:21,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.583 CREATE appNGizer Property platform.site.anotherSite.DatasourceConfigurer 2021-07-21 12:02:21,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.583 CREATE appNGizer Property platform.site.anotherSite.indexTimeout 2021-07-21 12:02:21,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.584 CREATE appNGizer Property platform.site.anotherSite.rewriteConfig 2021-07-21 12:02:21,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.584 CREATE appNGizer Property platform.site.anotherSite.authLogoutActionValue 2021-07-21 12:02:21,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.584 CREATE appNGizer Property platform.site.anotherSite.mailHost 2021-07-21 12:02:21,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.585 CREATE appNGizer Property platform.site.anotherSite.authLoginRef 2021-07-21 12:02:21,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.585 CREATE appNGizer Property platform.site.anotherSite.searchChunkSize 2021-07-21 12:02:21,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.585 CREATE appNGizer Property platform.site.anotherSite.defaultPage 2021-07-21 12:02:21,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.586 CREATE appNGizer Property platform.site.anotherSite.csrfProtectedMethods 2021-07-21 12:02:21,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.586 CREATE appNGizer Property platform.site.anotherSite.indexFileSystemQueueSize 2021-07-21 12:02:21,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.587 CREATE appNGizer Property platform.site.anotherSite.sessionTrackingEnabled 2021-07-21 12:02:21,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.587 CREATE appNGizer Property platform.site.anotherSite.ldapPassword 2021-07-21 12:02:21,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.587 CREATE appNGizer Property platform.site.anotherSite.ldapHost 2021-07-21 12:02:21,588 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.588 CREATE appNGizer Property platform.site.anotherSite.ldapGroupBaseDn 2021-07-21 12:02:21,588 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.588 CREATE appNGizer Property platform.site.anotherSite.cacheClearOnShutdown 2021-07-21 12:02:21,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.589 CREATE appNGizer Property platform.site.anotherSite.defaultPageSize 2021-07-21 12:02:21,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.589 CREATE appNGizer Property platform.site.anotherSite.cacheTimeoutsAntStyle 2021-07-21 12:02:21,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.589 CREATE appNGizer Property platform.site.anotherSite.csrfProtectionEnabled 2021-07-21 12:02:21,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.59 CREATE appNGizer Property platform.site.anotherSite.authLogoutRef 2021-07-21 12:02:21,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.59 CREATE appNGizer Property platform.site.anotherSite.cacheExceptions 2021-07-21 12:02:21,591 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.591 CREATE appNGizer Property platform.site.anotherSite.defaultApplication 2021-07-21 12:02:21,591 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.591 CREATE appNGizer Property platform.site.anotherSite.mailDisabled 2021-07-21 12:02:21,591 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.591 CREATE appNGizer Property platform.site.anotherSite.assetsDir 2021-07-21 12:02:21,592 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.592 CREATE appNGizer Property platform.site.anotherSite.ldapUserBaseDn 2021-07-21 12:02:21,592 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.592 CREATE appNGizer Property platform.site.anotherSite.xssExceptions 2021-07-21 12:02:21,593 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.592 CREATE appNGizer Property platform.site.anotherSite.authApplication 2021-07-21 12:02:21,593 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.593 CREATE appNGizer Property platform.site.anotherSite.jdbcMaxLifetime 2021-07-21 12:02:21,593 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.593 CREATE appNGizer Property platform.site.anotherSite.errorPage 2021-07-21 12:02:21,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.593 CREATE appNGizer Property platform.site.anotherSite.manager-path 2021-07-21 12:02:21,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.594 CREATE appNGizer Property platform.site.anotherSite.indexDir 2021-07-21 12:02:21,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.594 CREATE appNGizer Property platform.site.anotherSite.enforcePrimaryDomain 2021-07-21 12:02:21,595 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.595 CREATE appNGizer Property platform.site.anotherSite.jdbcConnectionTimeout 2021-07-21 12:02:21,595 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.595 CREATE appNGizer Property platform.site.anotherSite.indexQueueSize 2021-07-21 12:02:21,595 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.595 CREATE appNGizer Property platform.site.anotherSite.errorPages 2021-07-21 12:02:21,596 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.596 CREATE appNGizer Property platform.site.anotherSite.serviceOutputType 2021-07-21 12:02:21,596 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.596 CREATE appNGizer Site anotherSite 2021-07-21 12:02:21,660 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/platform/localhost/demo-application 2021-07-21 12:02:21,660 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/application/localhost/demo-application 2021-07-21 12:02:21,665 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.664 INFO appNGizer Assigned application demo-application to site localhost 2021-07-21 12:02:21,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.667 CREATE appNGizer Property platform.site.localhost.application.demo-application.bar 2021-07-21 12:02:21,667 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.667 CREATE appNGizer Property platform.site.localhost.application.demo-application.foo 2021-07-21 12:02:21,668 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.668 CREATE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2021-07-21 12:02:21,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.857 UPDATE appNGizer Property platform.site.localhost.application.demo-application.bar 2021-07-21 12:02:21,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.904 CREATE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2021-07-21 12:02:21,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.944 DELETE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2021-07-21 12:02:21,966 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2021-07-21 12:02:21,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.966 INFO appNGizer Removed application demo-application from site localhost 2021-07-21 12:02:21,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.967 DELETE appNGizer Property platform.site.localhost.application.demo-application.bar 2021-07-21 12:02:21,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.968 DELETE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2021-07-21 12:02:21,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:21.969 DELETE appNGizer Property platform.site.localhost.application.demo-application.foo 2021-07-21 12:02:21,982 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:20 CEST 2021]; root of context hierarchy 2021-07-21 12:02:21,983 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:21,984 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.69 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2021-07-21 12:02:21,992 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:21,992 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6b2f876c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@27bcdd08, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@40e86be7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@786ff4d0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6f6c0856, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2e79cc2e] 2021-07-21 12:02:21,993 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:22,037 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:22 CEST 2021]; root of context hierarchy 2021-07-21 12:02:22,055 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:22,055 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:22,083 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:22,122 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:22,146 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:22,146 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:22,222 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:22,227 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:22,428 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:22,428 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:22,625 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:22 CEST 2021]; root of context hierarchy 2021-07-21 12:02:22,643 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:22,646 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:22,652 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.004s) 2021-07-21 12:02:22,653 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:22,656 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:22,695 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:22,713 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:22,720 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:22,723 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:22,727 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:22,730 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:22,733 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:22,736 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:22,739 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:22,743 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:22,754 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:22,760 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:22,763 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:22,763 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:22,768 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:22,775 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:22,780 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:22,781 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:22,785 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:22,787 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.131s) 2021-07-21 12:02:22,794 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:22,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:22,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:22,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:22,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:22,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:22,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:22,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:22,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:22,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:22,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:22,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:22,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:22,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:22,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:22,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:22,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:22,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:22,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:22,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:22,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:22,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:22,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:22,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:22,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:22,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:22,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:22,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:22,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:22,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:22,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:22,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:22,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:22,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:22,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:22,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:22,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:22,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:22,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:22,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:22,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:22,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:22,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:22,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:22,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:22,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:22,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:22,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:22,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:22,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:22,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:22,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:22,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:22,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:22,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:22,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:22,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:22,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:22,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:22,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:22,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:22,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:22,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:22,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:22,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:22,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:22,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:22,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:22,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:22,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:22,859 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:22,860 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:22,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:22,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:22,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:22,861 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:22,862 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:22,900 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:22 CEST 2021]; root of context hierarchy 2021-07-21 12:02:22,979 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:22,979 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:22,985 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2021-07-21 12:02:23,000 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:22.996 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:23,001 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.001 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:23,001 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.001 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:23,002 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.002 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:23,002 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.002 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:23,003 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.003 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:23,003 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.003 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:23,004 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.004 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:23,004 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.004 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:23,005 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.004 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:23,005 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.005 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:23,006 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.005 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:23,006 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.006 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:23,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.006 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:23,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.007 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:23,007 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.007 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:23,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.008 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:23,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.008 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:23,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.008 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:23,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.009 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:23,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.009 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:23,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.01 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:23,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.01 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:23,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.011 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:23,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.011 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:23,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.012 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:23,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.012 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:23,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.013 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:23,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.013 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:23,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.014 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:23,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.014 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:23,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.015 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:23,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.015 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:23,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.016 CREATE appNGizer Property platform.locale 2021-07-21 12:02:23,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.016 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:23,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.017 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:23,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.017 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:23,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.018 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:23,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.018 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:23,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.019 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:23,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.019 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:23,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.02 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:23,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.02 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:23,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.021 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:23,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.021 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:23,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.022 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:23,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.022 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:23,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.023 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:23,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.023 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:23,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.023 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:23,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.024 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:23,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.024 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:23,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.025 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:23,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.025 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:23,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.025 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:23,041 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2021-07-21 12:02:23,045 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2021-07-21 12:02:23,046 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:23,049 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:23,058 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2021-07-21 12:02:23,059 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:23,062 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:23,069 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.005s) 2021-07-21 12:02:23,071 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 4.2.1 2021-07-21 12:02:23,071 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2021-07-21 12:02:23,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.08 CREATE appNGizer DatabaseConnection appNG HSQL 2021-07-21 12:02:23,083 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) is active. 2021-07-21 12:02:23,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.085 UPDATE appNGizer DatabaseConnection appNG HSQL 2021-07-21 12:02:23,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.086 CREATE appNGizer DatabaseConnection appNG MYSQL 2021-07-21 12:02:23,088 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.cj.jdbc.Driver could not be loaded. 2021-07-21 12:02:23,088 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/appNG MYSQL) 2021-07-21 12:02:23,088 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2021-07-21 12:02:23,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.09 CREATE appNGizer DatabaseConnection appNG MSSQL 2021-07-21 12:02:23,091 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2021-07-21 12:02:23,092 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL) 2021-07-21 12:02:23,092 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2021-07-21 12:02:23,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:23.094 CREATE appNGizer DatabaseConnection appNG POSTGRESQL 2021-07-21 12:02:23,096 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.postgresql.Driver 2021-07-21 12:02:23,119 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:postgresql://localhost:5432/appNG POSTGRESQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get 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.) 2021-07-21 12:02:23,119 INFO [main] org.appng.core.service.DatabaseService: POSTGRESQL jdbc:postgresql://localhost:5432/appNG POSTGRESQL is not working and will be deactivated. 2021-07-21 12:02:24,044 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:24,044 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:24,045 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:24,047 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2021-07-21 12:02:24,048 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2021-07-21 12:02:24,049 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:24,051 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:24,060 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2021-07-21 12:02:24,060 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:24,063 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:24,071 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.006s) 2021-07-21 12:02:24,072 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 4.2.1 2021-07-21 12:02:24,073 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2021-07-21 12:02:24,074 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) is active. 2021-07-21 12:02:24,076 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:24.076 UPDATE appNGizer DatabaseConnection appNG HSQL 2021-07-21 12:02:24,077 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.cj.jdbc.Driver could not be loaded. 2021-07-21 12:02:24,079 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2021-07-21 12:02:24,079 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.postgresql.Driver 2021-07-21 12:02:24,961 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:24,961 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:24,963 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2021-07-21 12:02:24,992 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2021-07-21 12:02:24,992 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:24,995 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:25,911 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:25,911 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:25,912 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:25,917 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5.0) 2021-07-21 12:02:25,918 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:25,920 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:25,931 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:25.931 UPDATE appNGizer DatabaseConnection appNG HSQL 2021-07-21 12:02:26,846 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:22 CEST 2021]; root of context hierarchy 2021-07-21 12:02:26,847 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:26,848 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.858 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2021-07-21 12:02:26,859 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:26,860 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@12b7731c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6be88640, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3cf6e18f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6963dfb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2f1091a6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@e5c882] 2021-07-21 12:02:26,860 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:26,909 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:26 CEST 2021]; root of context hierarchy 2021-07-21 12:02:26,926 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:26,926 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:26,955 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:26,996 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:27,021 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:27,021 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:27,091 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:27,095 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:27,321 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:27,321 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:27,520 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:26 CEST 2021]; root of context hierarchy 2021-07-21 12:02:27,542 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:27,545 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:27,552 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.005s) 2021-07-21 12:02:27,554 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:27,559 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:27,583 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:27,611 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:27,622 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:27,627 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:27,632 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:27,638 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:27,644 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:27,650 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:27,655 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:27,661 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:27,667 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:27,672 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:27,673 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:27,673 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:27,677 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:27,683 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:27,690 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:27,692 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:27,698 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:27,703 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.144s) 2021-07-21 12:02:27,715 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:27,780 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:27,780 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:27,780 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:27,780 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:27,780 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:27,780 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:27,781 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:27,781 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:27,781 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:27,782 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:27,782 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:27,782 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:27,782 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:27,782 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:27,782 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:27,783 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:27,783 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:27,783 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:27,784 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:27,784 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:27,784 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:27,784 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:27,785 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:27,785 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:27,785 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:27,786 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:27,786 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:27,786 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:27,786 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:27,793 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:27,793 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:27,793 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:27,793 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:27,794 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:27,794 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:27,795 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:27,795 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:27,795 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:27,796 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:27,797 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:27,797 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:27,797 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:27,797 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:27,797 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:27,797 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:27,798 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:27,798 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:27,798 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:27,799 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:27,800 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:27,800 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:27,800 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:27,800 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:27,801 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:27,801 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:27,802 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:27,803 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:27,803 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:27,803 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:27,804 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:27,804 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:27,805 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:27,806 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:27,807 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:27,808 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:27,808 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:27,808 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:27,810 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:27,810 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:27,811 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:27,812 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:27,812 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:27,813 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:27,813 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:27,813 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:27,813 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:27,813 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:27,814 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:27,815 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:27,815 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:27,815 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:27,815 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:27,815 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:27,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:26 CEST 2021]; root of context hierarchy 2021-07-21 12:02:27,939 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:27,939 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:27,944 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2021-07-21 12:02:27,957 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.956 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:27,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.958 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:27,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.958 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:27,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.959 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:27,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.959 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:27,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.96 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:27,961 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.961 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:27,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.962 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:27,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.962 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:27,963 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.963 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:27,964 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.964 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:27,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.965 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:27,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.965 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:27,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.966 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:27,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.967 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:27,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.969 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:27,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.97 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:27,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.97 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:27,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.971 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:27,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.972 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:27,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.972 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:27,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.973 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:27,974 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.974 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:27,975 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.975 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:27,976 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.975 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:27,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.976 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:27,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.977 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:27,978 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.978 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:27,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.978 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:27,979 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.979 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:27,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.98 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:27,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.98 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:27,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.981 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:27,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.982 CREATE appNGizer Property platform.locale 2021-07-21 12:02:27,983 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.983 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:27,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.983 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:27,984 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.984 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:27,985 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.985 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:27,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.985 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:27,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.986 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:27,987 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.987 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:27,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.988 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:27,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.988 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:27,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.989 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:27,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.989 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:27,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.99 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:27,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.99 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:27,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.991 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:27,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.991 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:27,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.992 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:27,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.992 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:27,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.992 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:27,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.993 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:27,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.993 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:27,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:27.994 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:28,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.019 CREATE appNGizer Property platform.site.localhost.template 2021-07-21 12:02:28,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.02 CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2021-07-21 12:02:28,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.02 CREATE appNGizer Property platform.site.localhost.wwwDir 2021-07-21 12:02:28,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.021 CREATE appNGizer Property platform.site.localhost.tagPrefix 2021-07-21 12:02:28,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.021 CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2021-07-21 12:02:28,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.022 CREATE appNGizer Property platform.site.localhost.authLoginPage 2021-07-21 12:02:28,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.022 CREATE appNGizer Property platform.site.localhost.cacheEnabled 2021-07-21 12:02:28,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.023 CREATE appNGizer Property platform.site.localhost.ldapUser 2021-07-21 12:02:28,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.023 CREATE appNGizer Property platform.site.localhost.ldapDisabled 2021-07-21 12:02:28,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.024 CREATE appNGizer Property platform.site.localhost.serviceOutputType 2021-07-21 12:02:28,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.024 CREATE appNGizer Property platform.site.localhost.encoding 2021-07-21 12:02:28,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.025 CREATE appNGizer Property platform.site.localhost.indexDir 2021-07-21 12:02:28,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.025 CREATE appNGizer Property platform.site.localhost.defaultApplication 2021-07-21 12:02:28,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.026 CREATE appNGizer Property platform.site.localhost.sessionTrackingEnabled 2021-07-21 12:02:28,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.026 CREATE appNGizer Property platform.site.localhost.mailHost 2021-07-21 12:02:28,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.026 CREATE appNGizer Property platform.site.localhost.authLoginRef 2021-07-21 12:02:28,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.027 CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2021-07-21 12:02:28,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.027 CREATE appNGizer Property platform.site.localhost.indexFileTypes 2021-07-21 12:02:28,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.028 CREATE appNGizer Property platform.site.localhost.authApplication 2021-07-21 12:02:28,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.028 CREATE appNGizer Property platform.site.localhost.defaultPage 2021-07-21 12:02:28,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.029 CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2021-07-21 12:02:28,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.029 CREATE appNGizer Property platform.site.localhost.ldapStartTls 2021-07-21 12:02:28,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.03 CREATE appNGizer Property platform.site.localhost.cacheClearOnShutdown 2021-07-21 12:02:28,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.03 CREATE appNGizer Property platform.site.localhost.appendTabId 2021-07-21 12:02:28,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.03 CREATE appNGizer Property platform.site.localhost.cacheTimeToLive 2021-07-21 12:02:28,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.031 CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2021-07-21 12:02:28,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.032 CREATE appNGizer Property platform.site.localhost.ldapDomain 2021-07-21 12:02:28,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.032 CREATE appNGizer Property platform.site.localhost.searchChunkSize 2021-07-21 12:02:28,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.032 CREATE appNGizer Property platform.site.localhost.rewriteConfig 2021-07-21 12:02:28,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.033 CREATE appNGizer Property platform.site.localhost.indexTimeout 2021-07-21 12:02:28,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.033 CREATE appNGizer Property platform.site.localhost.xssExceptions 2021-07-21 12:02:28,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.034 CREATE appNGizer Property platform.site.localhost.service-path 2021-07-21 12:02:28,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.034 CREATE appNGizer Property platform.site.localhost.supportReloadFile 2021-07-21 12:02:28,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.035 CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2021-07-21 12:02:28,035 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.035 CREATE appNGizer Property platform.site.localhost.cacheTimeoutsAntStyle 2021-07-21 12:02:28,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.036 CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2021-07-21 12:02:28,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.036 CREATE appNGizer Property platform.site.localhost.authLogoutPage 2021-07-21 12:02:28,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.036 CREATE appNGizer Property platform.site.localhost.siteRootDir 2021-07-21 12:02:28,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.037 CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2021-07-21 12:02:28,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.037 CREATE appNGizer Property platform.site.localhost.name 2021-07-21 12:02:28,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.038 CREATE appNGizer Property platform.site.localhost.jdbcConnectionTimeout 2021-07-21 12:02:28,038 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.038 CREATE appNGizer Property platform.site.localhost.allowSkipRender 2021-07-21 12:02:28,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.039 CREATE appNGizer Property platform.site.localhost.cacheStatistics 2021-07-21 12:02:28,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.039 CREATE appNGizer Property platform.site.localhost.errorPage 2021-07-21 12:02:28,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.04 CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2021-07-21 12:02:28,040 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.04 CREATE appNGizer Property platform.site.localhost.supportedLanguages 2021-07-21 12:02:28,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.04 CREATE appNGizer Property platform.site.localhost.assetsDir 2021-07-21 12:02:28,041 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.041 CREATE appNGizer Property platform.site.localhost.errorPages 2021-07-21 12:02:28,042 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.041 CREATE appNGizer Property platform.site.localhost.authLogoutRef 2021-07-21 12:02:28,042 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.042 CREATE appNGizer Property platform.site.localhost.locale 2021-07-21 12:02:28,042 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.042 CREATE appNGizer Property platform.site.localhost.mailDisabled 2021-07-21 12:02:28,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.043 CREATE appNGizer Property platform.site.localhost.timeZone 2021-07-21 12:02:28,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.043 CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2021-07-21 12:02:28,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.044 CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2021-07-21 12:02:28,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.044 CREATE appNGizer Property platform.site.localhost.cacheExceptions 2021-07-21 12:02:28,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.045 CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2021-07-21 12:02:28,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.046 CREATE appNGizer Property platform.site.localhost.ldapPassword 2021-07-21 12:02:28,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.046 CREATE appNGizer Property platform.site.localhost.indexConfig 2021-07-21 12:02:28,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.047 CREATE appNGizer Property platform.site.localhost.cacheTimeouts 2021-07-21 12:02:28,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.047 CREATE appNGizer Property platform.site.localhost.defaultPageSize 2021-07-21 12:02:28,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.048 CREATE appNGizer Property platform.site.localhost.documentDir 2021-07-21 12:02:28,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.048 CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2021-07-21 12:02:28,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.049 CREATE appNGizer Property platform.site.localhost.jdbcLogPerformance 2021-07-21 12:02:28,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.049 CREATE appNGizer Property platform.site.localhost.searchMaxHits 2021-07-21 12:02:28,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.05 CREATE appNGizer Property platform.site.localhost.jdbcValidationTimeout 2021-07-21 12:02:28,051 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.05 CREATE appNGizer Property platform.site.localhost.indexQueueSize 2021-07-21 12:02:28,051 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.051 CREATE appNGizer Property platform.site.localhost.mailPort 2021-07-21 12:02:28,051 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.051 CREATE appNGizer Property platform.site.localhost.host 2021-07-21 12:02:28,052 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.052 CREATE appNGizer Property platform.site.localhost.jdbcMaxLifetime 2021-07-21 12:02:28,052 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.052 CREATE appNGizer Property platform.site.localhost.ldapHost 2021-07-21 12:02:28,053 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.053 CREATE appNGizer Property platform.site.localhost.manager-path 2021-07-21 12:02:28,055 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.055 CREATE appNGizer Site localhost 2021-07-21 12:02:28,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.113 UPDATE appNGizer Site localhost 2021-07-21 12:02:28,135 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:28,135 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:28,136 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:28,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.17 CREATE appNGizer Property platform.site.deleteme.authLoginRef 2021-07-21 12:02:28,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.171 CREATE appNGizer Property platform.site.deleteme.mailPort 2021-07-21 12:02:28,172 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.172 CREATE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2021-07-21 12:02:28,173 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.172 CREATE appNGizer Property platform.site.deleteme.ldapIdAttribute 2021-07-21 12:02:28,173 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.173 CREATE appNGizer Property platform.site.deleteme.jdbcConnectionTimeout 2021-07-21 12:02:28,174 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.173 CREATE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2021-07-21 12:02:28,174 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.174 CREATE appNGizer Property platform.site.deleteme.authApplication 2021-07-21 12:02:28,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.175 CREATE appNGizer Property platform.site.deleteme.manager-path 2021-07-21 12:02:28,175 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.175 CREATE appNGizer Property platform.site.deleteme.indexTimeout 2021-07-21 12:02:28,176 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.176 CREATE appNGizer Property platform.site.deleteme.authLogoutActionValue 2021-07-21 12:02:28,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.176 CREATE appNGizer Property platform.site.deleteme.cacheTimeToLive 2021-07-21 12:02:28,177 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.177 CREATE appNGizer Property platform.site.deleteme.siteRootDir 2021-07-21 12:02:28,178 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.178 CREATE appNGizer Property platform.site.deleteme.supportReloadFile 2021-07-21 12:02:28,178 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.178 CREATE appNGizer Property platform.site.deleteme.indexQueueSize 2021-07-21 12:02:28,179 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.179 CREATE appNGizer Property platform.site.deleteme.tagPrefix 2021-07-21 12:02:28,180 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.179 CREATE appNGizer Property platform.site.deleteme.encoding 2021-07-21 12:02:28,180 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.18 CREATE appNGizer Property platform.site.deleteme.searchMaxHits 2021-07-21 12:02:28,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.181 CREATE appNGizer Property platform.site.deleteme.sessionTrackingEnabled 2021-07-21 12:02:28,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.181 CREATE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2021-07-21 12:02:28,182 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.182 CREATE appNGizer Property platform.site.deleteme.ldapUser 2021-07-21 12:02:28,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.182 CREATE appNGizer Property platform.site.deleteme.documentDir 2021-07-21 12:02:28,183 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.183 CREATE appNGizer Property platform.site.deleteme.ldapDisabled 2021-07-21 12:02:28,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.183 CREATE appNGizer Property platform.site.deleteme.service-path 2021-07-21 12:02:28,184 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.184 CREATE appNGizer Property platform.site.deleteme.indexFileTypes 2021-07-21 12:02:28,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.185 CREATE appNGizer Property platform.site.deleteme.ldapPassword 2021-07-21 12:02:28,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.185 CREATE appNGizer Property platform.site.deleteme.jdbcValidationTimeout 2021-07-21 12:02:28,186 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.186 CREATE appNGizer Property platform.site.deleteme.defaultApplication 2021-07-21 12:02:28,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.186 CREATE appNGizer Property platform.site.deleteme.mailHost 2021-07-21 12:02:28,187 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.187 CREATE appNGizer Property platform.site.deleteme.wwwDir 2021-07-21 12:02:28,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.187 CREATE appNGizer Property platform.site.deleteme.allowSkipRender 2021-07-21 12:02:28,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.188 CREATE appNGizer Property platform.site.deleteme.errorPages 2021-07-21 12:02:28,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.189 CREATE appNGizer Property platform.site.deleteme.cacheTimeouts 2021-07-21 12:02:28,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.189 CREATE appNGizer Property platform.site.deleteme.cacheExceptions 2021-07-21 12:02:28,190 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.19 CREATE appNGizer Property platform.site.deleteme.authLogoutPage 2021-07-21 12:02:28,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.19 CREATE appNGizer Property platform.site.deleteme.timeZone 2021-07-21 12:02:28,191 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.191 CREATE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2021-07-21 12:02:28,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.191 CREATE appNGizer Property platform.site.deleteme.cacheClearOnShutdown 2021-07-21 12:02:28,192 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.192 CREATE appNGizer Property platform.site.deleteme.cacheTimeoutsAntStyle 2021-07-21 12:02:28,193 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.193 CREATE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2021-07-21 12:02:28,193 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.193 CREATE appNGizer Property platform.site.deleteme.ldapStartTls 2021-07-21 12:02:28,194 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.194 CREATE appNGizer Property platform.site.deleteme.jdbcMaxLifetime 2021-07-21 12:02:28,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.194 CREATE appNGizer Property platform.site.deleteme.appendTabId 2021-07-21 12:02:28,195 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.195 CREATE appNGizer Property platform.site.deleteme.host 2021-07-21 12:02:28,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.195 CREATE appNGizer Property platform.site.deleteme.authLoginPage 2021-07-21 12:02:28,196 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.196 CREATE appNGizer Property platform.site.deleteme.indexConfig 2021-07-21 12:02:28,197 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.197 CREATE appNGizer Property platform.site.deleteme.locale 2021-07-21 12:02:28,197 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.197 CREATE appNGizer Property platform.site.deleteme.ldapDomain 2021-07-21 12:02:28,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.198 CREATE appNGizer Property platform.site.deleteme.template 2021-07-21 12:02:28,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.198 CREATE appNGizer Property platform.site.deleteme.cacheStatistics 2021-07-21 12:02:28,199 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.199 CREATE appNGizer Property platform.site.deleteme.cacheEnabled 2021-07-21 12:02:28,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.199 CREATE appNGizer Property platform.site.deleteme.assetsDir 2021-07-21 12:02:28,200 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.2 CREATE appNGizer Property platform.site.deleteme.ldapHost 2021-07-21 12:02:28,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.201 CREATE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2021-07-21 12:02:28,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.201 CREATE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2021-07-21 12:02:28,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.202 CREATE appNGizer Property platform.site.deleteme.searchChunkSize 2021-07-21 12:02:28,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.202 CREATE appNGizer Property platform.site.deleteme.defaultPage 2021-07-21 12:02:28,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.203 CREATE appNGizer Property platform.site.deleteme.supportedLanguages 2021-07-21 12:02:28,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.203 CREATE appNGizer Property platform.site.deleteme.jdbcLogPerformance 2021-07-21 12:02:28,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.204 CREATE appNGizer Property platform.site.deleteme.authLogoutRef 2021-07-21 12:02:28,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.204 CREATE appNGizer Property platform.site.deleteme.serviceOutputFormat 2021-07-21 12:02:28,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.205 CREATE appNGizer Property platform.site.deleteme.defaultPageSize 2021-07-21 12:02:28,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.206 CREATE appNGizer Property platform.site.deleteme.serviceOutputType 2021-07-21 12:02:28,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.206 CREATE appNGizer Property platform.site.deleteme.rewriteConfig 2021-07-21 12:02:28,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.207 CREATE appNGizer Property platform.site.deleteme.mailDisabled 2021-07-21 12:02:28,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.207 CREATE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2021-07-21 12:02:28,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.208 CREATE appNGizer Property platform.site.deleteme.authLogoutActionName 2021-07-21 12:02:28,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.208 CREATE appNGizer Property platform.site.deleteme.name 2021-07-21 12:02:28,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.209 CREATE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2021-07-21 12:02:28,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.209 CREATE appNGizer Property platform.site.deleteme.xssExceptions 2021-07-21 12:02:28,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.21 CREATE appNGizer Property platform.site.deleteme.indexDir 2021-07-21 12:02:28,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.21 CREATE appNGizer Property platform.site.deleteme.errorPage 2021-07-21 12:02:28,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.211 CREATE appNGizer Site deleteme 2021-07-21 12:02:28,256 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2021-07-21 12:02:28,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.274 DELETE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2021-07-21 12:02:28,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.274 DELETE appNGizer Property platform.site.deleteme.allowSkipRender 2021-07-21 12:02:28,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.275 DELETE appNGizer Property platform.site.deleteme.appendTabId 2021-07-21 12:02:28,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.276 DELETE appNGizer Property platform.site.deleteme.assetsDir 2021-07-21 12:02:28,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.276 DELETE appNGizer Property platform.site.deleteme.authApplication 2021-07-21 12:02:28,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.277 DELETE appNGizer Property platform.site.deleteme.authLoginPage 2021-07-21 12:02:28,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.277 DELETE appNGizer Property platform.site.deleteme.authLoginRef 2021-07-21 12:02:28,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.278 DELETE appNGizer Property platform.site.deleteme.authLogoutActionName 2021-07-21 12:02:28,279 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.279 DELETE appNGizer Property platform.site.deleteme.authLogoutActionValue 2021-07-21 12:02:28,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.279 DELETE appNGizer Property platform.site.deleteme.authLogoutPage 2021-07-21 12:02:28,280 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.28 DELETE appNGizer Property platform.site.deleteme.authLogoutRef 2021-07-21 12:02:28,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.281 DELETE appNGizer Property platform.site.deleteme.cacheClearOnShutdown 2021-07-21 12:02:28,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.281 DELETE appNGizer Property platform.site.deleteme.cacheEnabled 2021-07-21 12:02:28,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.282 DELETE appNGizer Property platform.site.deleteme.cacheExceptions 2021-07-21 12:02:28,282 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.282 DELETE appNGizer Property platform.site.deleteme.cacheStatistics 2021-07-21 12:02:28,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.283 DELETE appNGizer Property platform.site.deleteme.cacheTimeToLive 2021-07-21 12:02:28,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.283 DELETE appNGizer Property platform.site.deleteme.cacheTimeouts 2021-07-21 12:02:28,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.284 DELETE appNGizer Property platform.site.deleteme.cacheTimeoutsAntStyle 2021-07-21 12:02:28,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.285 DELETE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2021-07-21 12:02:28,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.285 DELETE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2021-07-21 12:02:28,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.286 DELETE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2021-07-21 12:02:28,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.286 DELETE appNGizer Property platform.site.deleteme.defaultApplication 2021-07-21 12:02:28,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.287 DELETE appNGizer Property platform.site.deleteme.defaultPage 2021-07-21 12:02:28,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.288 DELETE appNGizer Property platform.site.deleteme.defaultPageSize 2021-07-21 12:02:28,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.288 DELETE appNGizer Property platform.site.deleteme.documentDir 2021-07-21 12:02:28,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.289 DELETE appNGizer Property platform.site.deleteme.encoding 2021-07-21 12:02:28,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.29 DELETE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2021-07-21 12:02:28,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.29 DELETE appNGizer Property platform.site.deleteme.errorPage 2021-07-21 12:02:28,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.291 DELETE appNGizer Property platform.site.deleteme.errorPages 2021-07-21 12:02:28,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.291 DELETE appNGizer Property platform.site.deleteme.host 2021-07-21 12:02:28,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.292 DELETE appNGizer Property platform.site.deleteme.indexConfig 2021-07-21 12:02:28,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.293 DELETE appNGizer Property platform.site.deleteme.indexDir 2021-07-21 12:02:28,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.293 DELETE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2021-07-21 12:02:28,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.294 DELETE appNGizer Property platform.site.deleteme.indexFileTypes 2021-07-21 12:02:28,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.295 DELETE appNGizer Property platform.site.deleteme.indexQueueSize 2021-07-21 12:02:28,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.295 DELETE appNGizer Property platform.site.deleteme.indexTimeout 2021-07-21 12:02:28,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.296 DELETE appNGizer Property platform.site.deleteme.jdbcConnectionTimeout 2021-07-21 12:02:28,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.296 DELETE appNGizer Property platform.site.deleteme.jdbcLogPerformance 2021-07-21 12:02:28,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.297 DELETE appNGizer Property platform.site.deleteme.jdbcMaxLifetime 2021-07-21 12:02:28,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.298 DELETE appNGizer Property platform.site.deleteme.jdbcValidationTimeout 2021-07-21 12:02:28,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.298 DELETE appNGizer Property platform.site.deleteme.ldapDisabled 2021-07-21 12:02:28,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.299 DELETE appNGizer Property platform.site.deleteme.ldapDomain 2021-07-21 12:02:28,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.299 DELETE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2021-07-21 12:02:28,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.3 DELETE appNGizer Property platform.site.deleteme.ldapHost 2021-07-21 12:02:28,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.301 DELETE appNGizer Property platform.site.deleteme.ldapIdAttribute 2021-07-21 12:02:28,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.301 DELETE appNGizer Property platform.site.deleteme.ldapPassword 2021-07-21 12:02:28,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.302 DELETE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2021-07-21 12:02:28,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.302 DELETE appNGizer Property platform.site.deleteme.ldapStartTls 2021-07-21 12:02:28,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.303 DELETE appNGizer Property platform.site.deleteme.ldapUser 2021-07-21 12:02:28,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.303 DELETE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2021-07-21 12:02:28,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.304 DELETE appNGizer Property platform.site.deleteme.locale 2021-07-21 12:02:28,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.305 DELETE appNGizer Property platform.site.deleteme.mailDisabled 2021-07-21 12:02:28,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.305 DELETE appNGizer Property platform.site.deleteme.mailHost 2021-07-21 12:02:28,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.306 DELETE appNGizer Property platform.site.deleteme.mailPort 2021-07-21 12:02:28,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.307 DELETE appNGizer Property platform.site.deleteme.manager-path 2021-07-21 12:02:28,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.307 DELETE appNGizer Property platform.site.deleteme.name 2021-07-21 12:02:28,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.308 DELETE appNGizer Property platform.site.deleteme.rewriteConfig 2021-07-21 12:02:28,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.309 DELETE appNGizer Property platform.site.deleteme.searchChunkSize 2021-07-21 12:02:28,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.309 DELETE appNGizer Property platform.site.deleteme.searchMaxHits 2021-07-21 12:02:28,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.31 DELETE appNGizer Property platform.site.deleteme.service-path 2021-07-21 12:02:28,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.31 DELETE appNGizer Property platform.site.deleteme.serviceOutputFormat 2021-07-21 12:02:28,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.311 DELETE appNGizer Property platform.site.deleteme.serviceOutputType 2021-07-21 12:02:28,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.311 DELETE appNGizer Property platform.site.deleteme.sessionTrackingEnabled 2021-07-21 12:02:28,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.312 DELETE appNGizer Property platform.site.deleteme.siteRootDir 2021-07-21 12:02:28,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.313 DELETE appNGizer Property platform.site.deleteme.supportReloadFile 2021-07-21 12:02:28,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.314 DELETE appNGizer Property platform.site.deleteme.supportedLanguages 2021-07-21 12:02:28,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.314 DELETE appNGizer Property platform.site.deleteme.tagPrefix 2021-07-21 12:02:28,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.315 DELETE appNGizer Property platform.site.deleteme.template 2021-07-21 12:02:28,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.315 DELETE appNGizer Property platform.site.deleteme.timeZone 2021-07-21 12:02:28,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.316 DELETE appNGizer Property platform.site.deleteme.wwwDir 2021-07-21 12:02:28,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.316 DELETE appNGizer Property platform.site.deleteme.xssExceptions 2021-07-21 12:02:28,319 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2021-07-21 12:02:28,321 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2021-07-21 12:02:28,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:28.322 DELETE appNGizer Site deleteme 2021-07-21 12:02:28,329 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:28,329 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:28,330 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:28,341 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:26 CEST 2021]; root of context hierarchy 2021-07-21 12:02:28,342 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:28,342 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2021-07-21 12:02:28,355 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: 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] 2021-07-21 12:02:28,356 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@26118ab2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4ac6e9c0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2eda9f1d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@70573fa, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2d6b3db2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@501e4936] 2021-07-21 12:02:28,356 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2021-07-21 12:02:28,407 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing appNG platform context: startup date [Wed Jul 21 12:02:28 CEST 2021]; root of context hierarchy 2021-07-21 12:02:28,426 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=configurer,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'configurer' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:28,426 INFO [main] org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader: Skipping bean definition for [BeanMethod:name=datasource,declaringClass=org.appng.appngizer.AppNGizer]: a definition for bean 'datasource' already exists. This top-level bean definition is considered as an override. 2021-07-21 12:02:28,461 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2021-07-21 12:02:28,497 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2021-07-21 12:02:28,519 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:28,519 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNGizer] 2021-07-21 12:02:28,586 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2021-07-21 12:02:28,589 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:02:28,771 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:02:28,771 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:28,987 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context appNG platform context: startup date [Wed Jul 21 12:02:28 CEST 2021]; root of context hierarchy 2021-07-21 12:02:29,012 INFO [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.9.1 by Redgate 2021-07-21 12:02:29,016 INFO [main] org.flywaydb.core.internal.database.base.BaseDatabaseType: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.5) 2021-07-21 12:02:29,024 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 16 migrations (execution time 00:00.006s) 2021-07-21 12:02:29,025 INFO [main] org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory: Creating Schema History table "PUBLIC"."schema_version" ... 2021-07-21 12:02:29,029 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2021-07-21 12:02:29,044 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.0 - appNG initial setup" 2021-07-21 12:02:29,079 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.1 - Quartz initial setup" 2021-07-21 12:02:29,086 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2 - add template" 2021-07-21 12:02:29,089 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.1 - add repository strict" 2021-07-21 12:02:29,093 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.2 - add repository digest" 2021-07-21 12:02:29,096 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.2.3 - set resource bytes not null" 2021-07-21 12:02:29,099 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.0 - add type to template" 2021-07-21 12:02:29,103 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.1 - add global admin role" 2021-07-21 12:02:29,106 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "1.3.2 - add repository accepted certs" 2021-07-21 12:02:29,111 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "2.0.0 - add platform event" 2021-07-21 12:02:29,115 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.0.0 - add job execution record" 2021-07-21 12:02:29,118 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.0 - change caching properties" 2021-07-21 12:02:29,118 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:29,119 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:29,121 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.1 - add site reload count" 2021-07-21 12:02:29,124 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.1.2 - add property type" 2021-07-21 12:02:29,129 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2 - add subject columns" 2021-07-21 12:02:29,130 WARN [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100) 2021-07-21 12:02:29,134 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length" 2021-07-21 12:02:29,136 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.108s) 2021-07-21 12:02:29,143 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2021-07-21 12:02:29,188 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2021-07-21 12:02:29,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2021-07-21 12:02:29,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2021-07-21 12:02:29,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:29,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:29,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:29,189 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:29,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2021-07-21 12:02:29,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:29,190 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2021-07-21 12:02:29,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:29,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:29,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2021-07-21 12:02:29,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2021-07-21 12:02:29,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2021-07-21 12:02:29,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2021-07-21 12:02:29,191 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception 2021-07-21 12:02:29,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:29,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2021-07-21 12:02:29,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2021-07-21 12:02:29,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2021-07-21 12:02:29,192 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2021-07-21 12:02:29,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2021-07-21 12:02:29,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2021-07-21 12:02:29,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2021-07-21 12:02:29,193 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:29,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2021-07-21 12:02:29,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2021-07-21 12:02:29,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2021-07-21 12:02:29,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2021-07-21 12:02:29,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2021-07-21 12:02:29,194 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2021-07-21 12:02:29,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2021-07-21 12:02:29,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2021-07-21 12:02:29,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:29,195 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:29,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2021-07-21 12:02:29,196 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2021-07-21 12:02:29,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:29,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:29,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2021-07-21 12:02:29,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2021-07-21 12:02:29,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2021-07-21 12:02:29,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile,boolean,boolean,boolean) throws org.appng.api.BusinessException 2021-07-21 12:02:29,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2021-07-21 12:02:29,197 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2021-07-21 12:02:29,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2021-07-21 12:02:29,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:29,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2021-07-21 12:02:29,198 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2021-07-21 12:02:29,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:29,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2021-07-21 12:02:29,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:29,199 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:29,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2021-07-21 12:02:29,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2021-07-21 12:02:29,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:29,200 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:29,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2021-07-21 12:02:29,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2021-07-21 12:02:29,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:29,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:29,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:29,202 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2021-07-21 12:02:29,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2021-07-21 12:02:29,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2021-07-21 12:02:29,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:29,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:29,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2021-07-21 12:02:29,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2021-07-21 12:02:29,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2021-07-21 12:02:29,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:29,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2021-07-21 12:02:29,204 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:29,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:29,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:29,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2021-07-21 12:02:29,205 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2021-07-21 12:02:29,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2021-07-21 12:02:29,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2021-07-21 12:02:29,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:29,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2021-07-21 12:02:29,206 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2021-07-21 12:02:29,239 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed Jul 21 12:02:28 CEST 2021]; root of context hierarchy 2021-07-21 12:02:29,292 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:29,292 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:29,296 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 4 ms 2021-07-21 12:02:29,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.304 CREATE appNGizer Property platform.messagingEnabled 2021-07-21 12:02:29,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.305 CREATE appNGizer Property platform.filebasedDeployment 2021-07-21 12:02:29,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.305 CREATE appNGizer Property platform.jspFileType 2021-07-21 12:02:29,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.306 CREATE appNGizer Property platform.repositoryTrustStorePassword 2021-07-21 12:02:29,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.306 CREATE appNGizer Property platform.platformRootPath 2021-07-21 12:02:29,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.306 CREATE appNGizer Property platform.manageDatabases 2021-07-21 12:02:29,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.307 CREATE appNGizer Property platform.inactiveLockPeriod 2021-07-21 12:02:29,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.307 CREATE appNGizer Property platform.appngData 2021-07-21 12:02:29,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.308 CREATE appNGizer Property platform.cachePlatformFolder 2021-07-21 12:02:29,308 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.308 CREATE appNGizer Property platform.monitoringPath 2021-07-21 12:02:29,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.308 CREATE appNGizer Property platform.repositoryCert 2021-07-21 12:02:29,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.309 CREATE appNGizer Property platform.defaultTemplate 2021-07-21 12:02:29,309 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.309 CREATE appNGizer Property platform.devMode 2021-07-21 12:02:29,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.31 CREATE appNGizer Property platform.logfile 2021-07-21 12:02:29,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.31 CREATE appNGizer Property platform.xssAllowedTags 2021-07-21 12:02:29,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.31 CREATE appNGizer Property platform.mailDisabled 2021-07-21 12:02:29,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.311 CREATE appNGizer Property platform.passwordPolicyRegEx 2021-07-21 12:02:29,311 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.311 CREATE appNGizer Property platform.formatOutput 2021-07-21 12:02:29,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.312 CREATE appNGizer Property platform.cacheConfig 2021-07-21 12:02:29,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.312 CREATE appNGizer Property platform.sharedSecret 2021-07-21 12:02:29,312 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.312 CREATE appNGizer Property platform.repositoryPath 2021-07-21 12:02:29,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.313 CREATE appNGizer Property platform.repositoryVerifySignature 2021-07-21 12:02:29,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.313 CREATE appNGizer Property platform.repositorySignature 2021-07-21 12:02:29,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.313 CREATE appNGizer Property platform.sessionFilter 2021-07-21 12:02:29,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.314 CREATE appNGizer Property platform.cacheApplicationFolder 2021-07-21 12:02:29,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.314 CREATE appNGizer Property platform.writeDebugFiles 2021-07-21 12:02:29,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.315 CREATE appNGizer Property platform.repositoryDefaultDigest 2021-07-21 12:02:29,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.315 CREATE appNGizer Property platform.monitorPerformance 2021-07-21 12:02:29,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.316 CREATE appNGizer Property platform.mdcEnabled 2021-07-21 12:02:29,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.316 CREATE appNGizer Property platform.vHostMode 2021-07-21 12:02:29,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.316 CREATE appNGizer Property platform.templateFolder 2021-07-21 12:02:29,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.317 CREATE appNGizer Property platform.maxLoginAttempts 2021-07-21 12:02:29,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.317 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2021-07-21 12:02:29,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.318 CREATE appNGizer Property platform.locale 2021-07-21 12:02:29,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.318 CREATE appNGizer Property platform.sessionTimeout 2021-07-21 12:02:29,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.318 CREATE appNGizer Property platform.cleanTempFolderOnStartup 2021-07-21 12:02:29,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.319 CREATE appNGizer Property platform.encoding 2021-07-21 12:02:29,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.319 CREATE appNGizer Property platform.maxUploadSize 2021-07-21 12:02:29,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.32 CREATE appNGizer Property platform.templatePrefix 2021-07-21 12:02:29,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.32 CREATE appNGizer Property platform.repositoryTrustStore 2021-07-21 12:02:29,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.32 CREATE appNGizer Property platform.imageMagickPath 2021-07-21 12:02:29,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.321 CREATE appNGizer Property platform.databasePrefix 2021-07-21 12:02:29,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.321 CREATE appNGizer Property platform.cacheFolder 2021-07-21 12:02:29,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.322 CREATE appNGizer Property platform.messagingGroupAddress 2021-07-21 12:02:29,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.322 CREATE appNGizer Property platform.xssProtect 2021-07-21 12:02:29,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.322 CREATE appNGizer Property platform.mailHost 2021-07-21 12:02:29,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.323 CREATE appNGizer Property platform.timeZone 2021-07-21 12:02:29,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.323 CREATE appNGizer Property platform.cacheImageFolder 2021-07-21 12:02:29,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.324 CREATE appNGizer Property platform.messagingReceiver 2021-07-21 12:02:29,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.324 CREATE appNGizer Property platform.messagingGroupPort 2021-07-21 12:02:29,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.325 CREATE appNGizer Property platform.csrfFilterEnabled 2021-07-21 12:02:29,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.325 CREATE appNGizer Property platform.mailPort 2021-07-21 12:02:29,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.325 CREATE appNGizer Property platform.uploadDir 2021-07-21 12:02:29,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.326 CREATE appNGizer Property platform.applicationDir 2021-07-21 12:02:29,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.326 CREATE appNGizer Property platform.databaseValidationPeriod 2021-07-21 12:02:29,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.344 CREATE appNGizer Repository local 2021-07-21 12:02:29,367 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/repo/ 2021-07-21 12:02:29,373 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2021-07-21 12:02:29,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.375 CREATE appNGizer Application demo-application 2021-07-21 12:02:29,377 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2021-07-21 12:02:29,380 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.379 CREATE appNGizer Permission debug 2021-07-21 12:02:29,380 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2021-07-21 12:02:29,380 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.38 CREATE appNGizer Permission output-format.html 2021-07-21 12:02:29,381 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2021-07-21 12:02:29,381 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.381 CREATE appNGizer Permission output-type.webgui 2021-07-21 12:02:29,381 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2021-07-21 12:02:29,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.381 CREATE appNGizer Permission testPermission 2021-07-21 12:02:29,384 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.384 CREATE appNGizer Role Administrator 2021-07-21 12:02:29,388 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2021-07-21 12:02:29,389 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2021-07-21 12:02:29,390 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:29,390 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2021-07-21 12:02:29,390 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.39 CREATE appNGizer Role Debugger 2021-07-21 12:02:29,391 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2021-07-21 12:02:29,392 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2021-07-21 12:02:29,392 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2021-07-21 12:02:29,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.392 CREATE appNGizer Role Tester 2021-07-21 12:02:29,393 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2021-07-21 12:02:29,393 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2021-07-21 12:02:29,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.395 CREATE appNGizer Property platform.application.demo-application.foo 2021-07-21 12:02:29,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.395 CREATE appNGizer Property platform.application.demo-application.bar 2021-07-21 12:02:29,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.396 CREATE appNGizer Property platform.application.demo-application.clobValue 2021-07-21 12:02:29,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.397 UPDATE appNGizer Role Administrator 2021-07-21 12:02:29,398 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.398 UPDATE appNGizer Role Debugger 2021-07-21 12:02:29,399 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.399 UPDATE appNGizer Role Tester 2021-07-21 12:02:29,405 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,405 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,405 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,405 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,405 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,405 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,406 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,406 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,406 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,406 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2021-07-21 12:02:29,406 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2021-07-21 12:02:29,413 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2021-07-21 12:02:29,414 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2021-07-21 12:02:29,414 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2021-07-21 12:02:29,415 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2021-07-21 12:02:29,416 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2021-07-21 12:02:29,417 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2021-07-21 12:02:29,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.457 CREATE appNGizer Role Editor 2021-07-21 12:02:29,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.479 UPDATE appNGizer Role Editor 2021-07-21 12:02:29,492 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:29,492 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:29,493 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:29,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.499 CREATE appNGizer Role with.dot 2021-07-21 12:02:29,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.516 DELETE appNGizer Role with.dot 2021-07-21 12:02:29,518 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2021-07-21 12:02:29,518 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2021-07-21 12:02:29,519 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2021-07-21 12:02:29,523 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry 2021-07-21 12:02:29.523 CREATE appNGizer Role john doe! 2021-07-21 12:02:29,525 ERROR [main] org.appng.appngizer.controller.RoleController: [129] error while processing [POST] on /application/demo-application/role javax.validation.ConstraintViolationException: Validation failed for classes [org.appng.core.domain.RoleImpl] during persist time for groups [javax.validation.groups.Default, ] List of constraint violations:[ ConstraintViolationImpl{interpolatedMessage='{validation.name}', propertyPath=name, rootBeanClass=class org.appng.core.domain.RoleImpl, messageTemplate='{validation.name}'} ] at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.validate(BeanValidationEventListener.java:140) at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.onPreInsert(BeanValidationEventListener.java:80) at org.hibernate.action.internal.EntityIdentityInsertAction.preInsert(EntityIdentityInsertAction.java:188) at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:78) at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:645) at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:282) at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:263) at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:317) at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:330) at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:287) at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:193) at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:123) at org.hibernate.event.internal.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:185) at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:128) at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:55) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:99) at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:720) at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:706) at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:301) at com.sun.proxy.$Proxy89.persist(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:531) at sun.reflect.GeneratedMethodAccessor129.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.executeMethodOn(RepositoryFactorySupport.java:515) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:500) at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:477) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:56) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:140) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$ExposeRepositoryInvocationInterceptor.invoke(CrudMethodMetadataPostProcessor.java:347) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:57) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy101.save(Unknown Source) at org.appng.core.service.CoreService.saveRole(CoreService.java:1470) at org.appng.core.service.CoreService$$FastClassBySpringCGLIB$$4bccbf8c.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672) at org.appng.core.service.CoreService$$EnhancerBySpringCGLIB$$16a7e388.saveRole() at org.appng.appngizer.controller.RoleController.addPermissionsAndSave(RoleController.java:115) at org.appng.appngizer.controller.RoleController.createRole(RoleController.java:86) 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.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:204) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:854) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:765) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:71) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:160) at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:127) at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:151) at org.appng.appngizer.controller.ControllerTest.verify(ControllerTest.java:200) at org.appng.appngizer.controller.ControllerTest.sendBodyAndVerify(ControllerTest.java:194) at org.appng.appngizer.controller.ControllerTest.postAndVerify(ControllerTest.java:159) at org.appng.appngizer.controller.RoleControllerTest.testInvalidName(RoleControllerTest.java:44) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 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:366) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) 2021-07-21 12:02:29,527 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed Jul 21 12:02:28 CEST 2021]; root of context hierarchy 2021-07-21 12:02:29,528 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer' 2021-07-21 12:02:29,528 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.181 s - in org.appng.appngizer.controller.RoleControllerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/appng-appngizer-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 47 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/appng-appngizer-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/appng-appngizer-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.23.0-SNAPSHOT/appng-appngizer-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.23.0-SNAPSHOT/appng-appngizer-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer/target/appng-appngizer-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.23.0-SNAPSHOT/appng-appngizer-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 996 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml (996 B at 4.0 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 996 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml (996 B at 9.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/appng-appngizer-1.23.0-20210721.100310-19.jar Progress (1): 2.0/89 kB Progress (1): 4.1/89 kB Progress (1): 6.1/89 kB Progress (1): 8.2/89 kB Progress (1): 10/89 kB Progress (1): 12/89 kB Progress (1): 14/89 kB Progress (1): 16/89 kB Progress (1): 18/89 kB Progress (1): 20/89 kB Progress (1): 23/89 kB Progress (1): 25/89 kB Progress (1): 27/89 kB Progress (1): 29/89 kB Progress (1): 31/89 kB Progress (1): 33/89 kB Progress (1): 35/89 kB Progress (1): 37/89 kB Progress (1): 39/89 kB Progress (1): 41/89 kB Progress (1): 43/89 kB Progress (1): 45/89 kB Progress (1): 47/89 kB Progress (1): 49/89 kB Progress (1): 51/89 kB Progress (1): 53/89 kB Progress (1): 55/89 kB Progress (1): 57/89 kB Progress (1): 59/89 kB Progress (1): 61/89 kB Progress (1): 63/89 kB Progress (1): 66/89 kB Progress (1): 68/89 kB Progress (1): 70/89 kB Progress (1): 72/89 kB Progress (1): 74/89 kB Progress (1): 76/89 kB Progress (1): 78/89 kB Progress (1): 80/89 kB Progress (1): 82/89 kB Progress (1): 84/89 kB Progress (1): 86/89 kB Progress (1): 88/89 kB Progress (1): 89 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/appng-appngizer-1.23.0-20210721.100310-19.jar (89 kB at 137 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/appng-appngizer-1.23.0-20210721.100310-19.pom Progress (1): 2.0/5.1 kB Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/appng-appngizer-1.23.0-20210721.100310-19.pom (5.1 kB at 11 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml (1.5 kB at 15 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml (1.5 kB at 110 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 996 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml (996 B at 1.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 996 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml (996 B at 7.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml (1.5 kB at 2.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml (1.5 kB at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/appng-appngizer-1.23.0-20210721.100310-19-sources.jar Progress (1): 2.0/60 kB Progress (1): 4.1/60 kB Progress (1): 6.1/60 kB Progress (1): 8.2/60 kB Progress (1): 10/60 kB Progress (1): 12/60 kB Progress (1): 14/60 kB Progress (1): 16/60 kB Progress (1): 18/60 kB Progress (1): 20/60 kB Progress (1): 23/60 kB Progress (1): 25/60 kB Progress (1): 27/60 kB Progress (1): 29/60 kB Progress (1): 31/60 kB Progress (1): 33/60 kB Progress (1): 35/60 kB Progress (1): 37/60 kB Progress (1): 39/60 kB Progress (1): 41/60 kB Progress (1): 43/60 kB Progress (1): 45/60 kB Progress (1): 47/60 kB Progress (1): 49/60 kB Progress (1): 51/60 kB Progress (1): 53/60 kB Progress (1): 55/60 kB Progress (1): 57/60 kB Progress (1): 59/60 kB Progress (1): 60 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/appng-appngizer-1.23.0-20210721.100310-19-sources.jar (60 kB at 165 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml (1.5 kB at 140 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 996 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml (996 B at 2.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 996 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/1.23.0-SNAPSHOT/maven-metadata.xml (996 B at 7.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml (1.5 kB at 3.3 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-application --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application --- [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-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application --- [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-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-application --- [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application] in [/var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/appng-application-1.23.0-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_1.23.x/appng-application/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/appng-application-1.23.0-SNAPSHOT] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_1.23.x/appng-application/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/appng-application-1.23.0-SNAPSHOT] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_1.23.x/appng-application/src/main/webapp] [INFO] Webapp assembled in [7006 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/appng-application-1.23.0-SNAPSHOT.war [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [INFO] Copying hazelcast-4.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/hazelcast-4.2.jar [INFO] Copying cxf-rt-transports-http-3.0.16.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/cxf-rt-transports-http-3.0.16.jar [INFO] Copying jcip-annotations-1.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jcip-annotations-1.0.jar [INFO] Copying jdbc-perf-logger-driver-0.9.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jdbc-perf-logger-driver-0.9.0.jar [INFO] Copying spring-xml-2.4.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-xml-2.4.6.RELEASE.jar [INFO] Copying bzip2-0.9.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/bzip2-0.9.1.jar [INFO] Copying protobuf-java-2.5.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/protobuf-java-2.5.0.jar [INFO] Copying jaxb-api-2.3.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jaxb-api-2.3.1.jar [INFO] Copying cxf-rt-frontend-jaxrs-3.0.16.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/cxf-rt-frontend-jaxrs-3.0.16.jar [INFO] Copying appng-persistence-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-persistence-1.23.0-SNAPSHOT.jar [INFO] Copying juniversalchardet-1.0.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/juniversalchardet-1.0.3.jar [INFO] Copying pdfbox-tools-2.0.9.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/pdfbox-tools-2.0.9.jar [INFO] Copying spring-context-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-context-4.3.30.RELEASE.jar [INFO] Copying appng-forms-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-forms-1.23.0-SNAPSHOT.jar [INFO] Copying stax-ex-1.8.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/stax-ex-1.8.3.jar [INFO] Copying spring-data-jpa-1.11.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-data-jpa-1.11.23.RELEASE.jar [INFO] Copying commons-vfs2-2.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-vfs2-2.2.jar [INFO] Copying xml-apis-ext-1.3.04.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/xml-apis-ext-1.3.04.jar [INFO] Copying j2objc-annotations-1.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/j2objc-annotations-1.3.jar [INFO] Copying javassist-3.27.0-GA.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/javassist-3.27.0-GA.jar [INFO] Copying spring-context-support-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-context-support-4.3.30.RELEASE.jar [INFO] Copying apache-mime4j-core-0.8.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/apache-mime4j-core-0.8.1.jar [INFO] Copying commons-codec-1.15.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-codec-1.15.jar [INFO] Copying appng-formtags-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-formtags-1.23.0-SNAPSHOT.jar [INFO] Copying mysema-commons-lang-0.2.4.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/mysema-commons-lang-0.2.4.jar [INFO] Copying grib-4.5.5.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/grib-4.5.5.jar [INFO] Copying cache-api-1.1.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/cache-api-1.1.1.jar [INFO] Copying hppc-0.8.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/hppc-0.8.1.jar [INFO] Copying appng-appngizer-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-appngizer-1.23.0-SNAPSHOT.jar [INFO] Copying jackcess-2.1.10.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jackcess-2.1.10.jar [INFO] Copying junrar-1.0.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/junrar-1.0.1.jar [INFO] Copying bsh-2.0b6.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/bsh-2.0b6.jar [INFO] Copying poi-3.17.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/poi-3.17.jar [INFO] Copying httpclient-4.5.13.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/httpclient-4.5.13.jar [INFO] Copying spring-data-envers-1.1.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-data-envers-1.1.23.RELEASE.jar [INFO] Copying lucene-memory-8.8.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/lucene-memory-8.8.2.jar [INFO] Copying lucene-facet-8.8.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/lucene-facet-8.8.2.jar [INFO] Copying commons-lang-2.6.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-lang-2.6.jar [INFO] Copying lucene-queryparser-8.8.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/lucene-queryparser-8.8.2.jar [INFO] Copying commons-exec-1.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-exec-1.3.jar [INFO] Copying appng-cli-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-cli-1.23.0-SNAPSHOT.jar [INFO] Copying fontbox-2.0.20.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/fontbox-2.0.20.jar [INFO] Copying flyway-core-7.9.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/flyway-core-7.9.1.jar [INFO] Copying commons-beanutils-1.9.4.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-beanutils-1.9.4.jar [INFO] Copying antisamy-1.6.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/antisamy-1.6.3.jar [INFO] Copying byte-buddy-1.10.22.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/byte-buddy-1.10.22.jar [INFO] Copying mchange-commons-java-0.2.15.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/mchange-commons-java-0.2.15.jar [INFO] Copying vorbis-java-core-0.8.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/vorbis-java-core-0.8.jar [INFO] Copying urlrewritefilter-4.0.4.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/urlrewritefilter-4.0.4.jar [INFO] Copying guava-30.1.1-jre.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/guava-30.1.1-jre.jar [INFO] Copying cxf-rt-rs-client-3.0.16.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/cxf-rt-rs-client-3.0.16.jar [INFO] Copying jakarta.validation-api-2.0.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jakarta.validation-api-2.0.2.jar [INFO] Copying commons-pool2-2.9.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-pool2-2.9.0.jar [INFO] Copying freemarker-2.3.31.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/freemarker-2.3.31.jar [INFO] Copying jbig2-imageio-3.0.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jbig2-imageio-3.0.0.jar [INFO] Copying spring-expression-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-expression-4.3.30.RELEASE.jar [INFO] Copying spring-security-core-4.2.17.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-security-core-4.2.17.RELEASE.jar [INFO] Copying jackson-databind-2.12.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jackson-databind-2.12.3.jar [INFO] Copying spring-web-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-web-4.3.30.RELEASE.jar [INFO] Copying log4j-1.2.17.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/log4j-1.2.17.jar [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Copying sis-referencing-0.8.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/sis-referencing-0.8.jar [INFO] Copying tika-core-1.18.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/tika-core-1.18.jar [INFO] Copying spring-aop-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-aop-4.3.30.RELEASE.jar [INFO] Copying openjson-1.0.10.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/openjson-1.0.10.jar [INFO] Copying jcommander-1.72.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jcommander-1.72.jar [INFO] Copying bcprov-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/bcprov-jdk15on-1.54.jar [INFO] Copying rome-utils-1.5.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/rome-utils-1.5.1.jar [INFO] Copying antlr-2.7.7.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/antlr-2.7.7.jar [INFO] Copying appng-search-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-search-1.23.0-SNAPSHOT.jar [INFO] Copying apache-mime4j-dom-0.8.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/apache-mime4j-dom-0.8.1.jar [INFO] Copying unit-api-1.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/unit-api-1.0.jar [INFO] Copying geoapi-3.0.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/geoapi-3.0.1.jar [INFO] Copying jakarta.activation-api-1.2.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jakarta.activation-api-1.2.2.jar [INFO] Copying netcdf4-4.5.5.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/netcdf4-4.5.5.jar [INFO] Copying asm-5.0.4.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/asm-5.0.4.jar [INFO] Copying batik-shared-resources-1.14.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/batik-shared-resources-1.14.jar [INFO] Copying failureaccess-1.0.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/failureaccess-1.0.1.jar [INFO] Copying dom4j-2.1.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/dom4j-2.1.3.jar [INFO] Copying commons-text-1.9.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-text-1.9.jar [INFO] Copying jakarta.xml.soap-api-1.4.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jakarta.xml.soap-api-1.4.2.jar [INFO] Copying jedis-3.6.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jedis-3.6.0.jar [INFO] Copying semantic-version-1.2.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/semantic-version-1.2.0.jar [INFO] Copying httpservices-4.5.5.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/httpservices-4.5.5.jar [INFO] Copying xmlgraphics-commons-2.6.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/xmlgraphics-commons-2.6.jar [INFO] Copying hibernate-envers-5.4.32.Final.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/hibernate-envers-5.4.32.Final.jar [INFO] Copying jakarta.inject-api-1.0.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jakarta.inject-api-1.0.3.jar [INFO] Copying spring-tx-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-tx-4.3.30.RELEASE.jar [INFO] Copying jsr305-3.0.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jsr305-3.0.2.jar [INFO] Copying lucene-analyzers-common-8.8.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/lucene-analyzers-common-8.8.2.jar [INFO] Copying boilerpipe-1.1.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/boilerpipe-1.1.0.jar [INFO] Copying httpmime-4.5.4.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/httpmime-4.5.4.jar [INFO] Copying commons-configuration-1.10.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-configuration-1.10.jar [INFO] Copying attoparser-2.0.5.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/attoparser-2.0.5.RELEASE.jar [INFO] Copying hibernate-entitymanager-5.4.32.Final.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/hibernate-entitymanager-5.4.32.Final.jar [INFO] Copying lucene-highlighter-8.8.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/lucene-highlighter-8.8.2.jar [INFO] Copying vorbis-java-tika-0.8.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/vorbis-java-tika-0.8.jar [INFO] Copying unbescape-1.1.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/unbescape-1.1.6.RELEASE.jar [INFO] Copying uimaj-core-2.9.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/uimaj-core-2.9.0.jar [INFO] Copying tagsoup-1.2.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/tagsoup-1.2.1.jar [INFO] Copying appng-tools-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-tools-1.23.0-SNAPSHOT.jar [INFO] Copying jaxb-runtime-2.3.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jaxb-runtime-2.3.1.jar [INFO] Copying xmlbeans-2.6.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/xmlbeans-2.6.0.jar [INFO] Copying commons-collections-3.2.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-collections-3.2.2.jar [INFO] Copying commons-logging-api-1.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-logging-api-1.1.jar [INFO] Copying HikariCP-4.0.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/HikariCP-4.0.3.jar [INFO] Copying appng-rest-api-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-rest-api-1.23.0-SNAPSHOT.jar [INFO] Copying thymeleaf-3.0.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/thymeleaf-3.0.12.RELEASE.jar [INFO] Copying appng-core-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-core-1.23.0-SNAPSHOT.jar [INFO] Copying nekohtml-1.9.22.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/nekohtml-1.9.22.jar [INFO] Copying esapi-2.2.3.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/esapi-2.2.3.1.jar [INFO] Copying commons-compress-1.20.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-compress-1.20.jar [INFO] Copying thymeleaf-spring4-3.0.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/thymeleaf-spring4-3.0.12.RELEASE.jar [INFO] Copying poi-scratchpad-3.17.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/poi-scratchpad-3.17.jar [INFO] Copying aopalliance-1.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/aopalliance-1.0.jar [INFO] Copying pdfbox-2.0.20.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/pdfbox-2.0.20.jar [INFO] Copying FastInfoset-1.2.15.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/FastInfoset-1.2.15.jar [INFO] Copying jboss-transaction-api_1.2_spec-1.1.1.Final.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jboss-transaction-api_1.2_spec-1.1.1.Final.jar [INFO] Copying httpcore-4.4.14.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/httpcore-4.4.14.jar [INFO] Copying bcpkix-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/bcpkix-jdk15on-1.54.jar [INFO] Copying jakarta.persistence-api-2.2.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jakarta.persistence-api-2.2.3.jar [INFO] Copying jul-to-slf4j-1.7.24.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jul-to-slf4j-1.7.24.jar [INFO] Copying commons-lang3-3.12.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-lang3-3.12.0.jar [INFO] Copying slf4j-api-1.7.26.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/slf4j-api-1.7.26.jar [INFO] Copying jakarta.ws.rs-api-2.1.6.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jakarta.ws.rs-api-2.1.6.jar [INFO] Copying spring-oxm-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-oxm-4.3.30.RELEASE.jar [INFO] Copying json-simple-1.1.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/json-simple-1.1.1.jar [INFO] Copying jackson-core-2.12.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jackson-core-2.12.3.jar [INFO] Copying spring-webmvc-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-webmvc-4.3.30.RELEASE.jar [INFO] Copying rome-1.5.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/rome-1.5.1.jar [INFO] Copying amqp-client-5.12.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/amqp-client-5.12.0.jar [INFO] Copying checker-qual-3.8.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/checker-qual-3.8.0.jar [INFO] Copying jempbox-1.8.13.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jempbox-1.8.13.jar [INFO] Copying cxf-core-3.0.16.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/cxf-core-3.0.16.jar [INFO] Copying spring-orm-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-orm-4.3.30.RELEASE.jar [INFO] Copying aspectjrt-1.8.13.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/aspectjrt-1.8.13.jar [INFO] Copying sentiment-analysis-parser-0.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/sentiment-analysis-parser-0.1.jar [INFO] Copying jdom2-2.0.6.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jdom2-2.0.6.jar [INFO] Copying istack-commons-runtime-3.0.7.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/istack-commons-runtime-3.0.7.jar [INFO] Copying poi-ooxml-schemas-3.17.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/poi-ooxml-schemas-3.17.jar [INFO] Copying jackson-annotations-2.12.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jackson-annotations-2.12.3.jar [INFO] Copying querydsl-core-4.4.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/querydsl-core-4.4.0.jar [INFO] Copying simplemagic-1.16.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/simplemagic-1.16.jar [INFO] Copying opennlp-tools-1.8.4.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/opennlp-tools-1.8.4.jar [INFO] Copying appng-mail-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-mail-1.23.0-SNAPSHOT.jar [INFO] Copying uimafit-core-2.2.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/uimafit-core-2.2.0.jar [INFO] Copying batik-css-1.14.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/batik-css-1.14.jar [INFO] Copying spring-jdbc-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-jdbc-4.3.30.RELEASE.jar [INFO] Copying commons-collections4-4.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-collections4-4.1.jar [INFO] Copying jandex-2.2.3.Final.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jandex-2.2.3.Final.jar [INFO] Copying wsdl4j-1.6.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/wsdl4j-1.6.3.jar [INFO] Copying commons-csv-1.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-csv-1.0.jar [INFO] Copying jackson-datatype-jsr310-2.12.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jackson-datatype-jsr310-2.12.3.jar [INFO] Copying hibernate-commons-annotations-5.1.2.Final.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/hibernate-commons-annotations-5.1.2.Final.jar [INFO] Copying joda-time-2.10.10.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/joda-time-2.10.10.jar [INFO] Copying error_prone_annotations-2.5.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/error_prone_annotations-2.5.1.jar [INFO] Copying lucene-core-8.8.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/lucene-core-8.8.2.jar [INFO] Copying appng-taglib-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-taglib-1.23.0-SNAPSHOT.jar [INFO] Copying slf4j-log4j12-1.7.26.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/slf4j-log4j12-1.7.26.jar [INFO] Copying appng-xmlapi-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-xmlapi-1.23.0-SNAPSHOT.jar [INFO] Copying java-libpst-0.8.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/java-libpst-0.8.1.jar [INFO] Copying xz-1.8.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/xz-1.8.jar [INFO] Copying xmpcore-5.1.3.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/xmpcore-5.1.3.jar [INFO] Copying hsqldb-2.5.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/hsqldb-2.5.0.jar [INFO] Copying poi-ooxml-3.17.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/poi-ooxml-3.17.jar [INFO] Copying classmate-1.5.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/classmate-1.5.1.jar [INFO] Copying quartz-2.3.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/quartz-2.3.2.jar [INFO] Copying stax-api-1.0.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/stax-api-1.0.1.jar [INFO] Copying xom-1.2.10.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/xom-1.2.10.jar [INFO] Copying jcl-over-slf4j-1.7.26.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jcl-over-slf4j-1.7.26.jar [INFO] Copying jakarta.mail-1.6.5.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jakarta.mail-1.6.5.jar [INFO] Copying sis-metadata-0.8.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/sis-metadata-0.8.jar [INFO] Copying swagger-annotations-1.5.22.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/swagger-annotations-1.5.22.jar [INFO] Copying txw2-2.3.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/txw2-2.3.1.jar [INFO] Copying sis-storage-0.8.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/sis-storage-0.8.jar [INFO] Copying batik-util-1.14.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/batik-util-1.14.jar [INFO] Copying Saxon-HE-10.5.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/Saxon-HE-10.5.jar [INFO] Copying lucene-queries-8.8.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/lucene-queries-8.8.2.jar [INFO] Copying jakarta.annotation-api-1.3.5.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jakarta.annotation-api-1.3.5.jar [INFO] Copying curvesapi-1.04.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/curvesapi-1.04.jar [INFO] Copying spring-beans-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-beans-4.3.30.RELEASE.jar [INFO] Copying jhighlight-1.0.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jhighlight-1.0.2.jar [INFO] Copying hazelcast-spring-4.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/hazelcast-spring-4.2.jar [INFO] Copying hibernate-core-5.4.32.Final.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/hibernate-core-5.4.32.Final.jar [INFO] Copying woodstox-core-asl-4.4.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/woodstox-core-asl-4.4.1.jar [INFO] Copying spring-security-web-4.2.17.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-security-web-4.2.17.RELEASE.jar [INFO] Copying saaj-impl-1.5.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/saaj-impl-1.5.2.jar [INFO] Copying gson-2.8.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/gson-2.8.1.jar [INFO] Copying spring-core-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-core-4.3.30.RELEASE.jar [INFO] Copying batik-constants-1.14.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/batik-constants-1.14.jar [INFO] Copying spring-ws-core-2.4.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-ws-core-2.4.6.RELEASE.jar [INFO] Copying bcmail-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/bcmail-jdk15on-1.54.jar [INFO] Copying commons-io-2.9.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-io-2.9.0.jar [INFO] Copying jakarta.activation-1.2.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jakarta.activation-1.2.2.jar [INFO] Copying tika-parsers-1.18.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/tika-parsers-1.18.jar [INFO] Copying jboss-logging-3.4.1.Final.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jboss-logging-3.4.1.Final.jar [INFO] Copying dec-0.1.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/dec-0.1.2.jar [INFO] Copying sis-utility-0.8.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/sis-utility-0.8.jar [INFO] Copying jai-imageio-core-1.3.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jai-imageio-core-1.3.1.jar [INFO] Copying im4java-1.4.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/im4java-1.4.0.jar [INFO] Copying commons-fileupload-1.4.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/commons-fileupload-1.4.jar [INFO] Copying hibernate-validator-6.2.0.Final.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/hibernate-validator-6.2.0.Final.jar [INFO] Copying metadata-extractor-2.10.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/metadata-extractor-2.10.1.jar [INFO] Copying sis-feature-0.8.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/sis-feature-0.8.jar [INFO] Copying jsoup-1.13.1.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jsoup-1.13.1.jar [INFO] Copying lucene-sandbox-8.8.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/lucene-sandbox-8.8.2.jar [INFO] Copying sis-netcdf-0.8.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/sis-netcdf-0.8.jar [INFO] Copying bridge-method-annotation-1.13.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/bridge-method-annotation-1.13.jar [INFO] Copying appng-api-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-api-1.23.0-SNAPSHOT.jar [INFO] Copying stax2-api-3.1.4.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/stax2-api-3.1.4.jar [INFO] Copying appng-appngizer-jaxb-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/appng-appngizer-jaxb-1.23.0-SNAPSHOT.jar [INFO] Copying jmatio-1.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jmatio-1.2.jar [INFO] Copying xmlschema-core-2.2.2.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/xmlschema-core-2.2.2.jar [INFO] Copying spring-data-commons-1.13.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/spring-data-commons-1.13.23.RELEASE.jar [INFO] Copying batik-i18n-1.14.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/batik-i18n-1.14.jar [INFO] Copying querydsl-jpa-4.4.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/querydsl-jpa-4.4.0.jar [INFO] Copying jackcess-encrypt-2.1.4.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jackcess-encrypt-2.1.4.jar [INFO] Copying passay-1.6.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/passay-1.6.0.jar [INFO] Copying jna-4.1.0.jar to /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/dependency/jna-4.1.0.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /tmp/jenkins_artifacts/37/appng-application-1.23.0-SNAPSHOT-dependencies-20210721-0954.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/appng-application-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/appng-application-1.23.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-SNAPSHOT.war [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-SNAPSHOT.pom [INFO] Installing /tmp/jenkins_artifacts/37/appng-application-1.23.0-SNAPSHOT-dependencies-20210721-0954.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-SNAPSHOT.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-application/target/appng-application-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.2 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.2 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-20210721.100347-19.war Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114 MB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-20210721.100347-19.war (114 MB at 17 MB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-20210721.100347-19.pom Progress (1): 2.0/6.5 kB Progress (1): 4.1/6.5 kB Progress (1): 6.1/6.5 kB Progress (1): 6.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-20210721.100347-19.pom (6.5 kB at 9.6 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (1.5 kB at 2.8 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (1.5 kB at 119 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 901 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (1.5 kB at 1.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (1.5 kB at 44 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-20210721.100347-19.zip Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.1/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.2/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.3/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.4/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.5/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.6/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.7/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.8/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 0.9/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.0/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.1/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.2/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.3/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.4/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.5/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.6/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.7/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.8/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 1.9/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.0/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.1/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.2/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.3/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.4/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.5/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.6/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.7/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.8/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 2.9/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.0/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.1/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.2/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.3/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.4/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.5/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.6/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.7/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.8/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 3.9/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.0/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.1/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.2/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.3/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.4/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.5/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.6/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.7/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.8/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 4.9/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.0/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.1/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.2/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.3/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.4/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.5/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.6/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.7/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.8/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 5.9/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.0/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.1/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.2/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.3/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.4/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.5/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.6/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.7/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.8/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 6.9/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.0/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.1/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.2/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.3/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.4/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.5/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.6/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.7/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.8/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 7.9/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.0/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.1/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.2/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.3/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.4/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.5/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.6/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.7/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.8/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 8.9/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.0/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.1/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.2/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.3/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.4/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.5/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.6/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.7/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.8/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 9.9/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10.0/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 10/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 11/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 12/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 13/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 14/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 15/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 16/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 17/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 18/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 19/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 20/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 21/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 22/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 23/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 24/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 25/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 26/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 27/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 28/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 29/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 30/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 31/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 32/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 33/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 34/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 35/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 36/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 37/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 38/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 39/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 40/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 41/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 42/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 43/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 44/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 45/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 46/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 47/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 48/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 49/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 50/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 51/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 52/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 53/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 54/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 55/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 56/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 57/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 58/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 59/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 60/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 61/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 62/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 63/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 64/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 65/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 66/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 67/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 68/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 69/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 70/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 71/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 72/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 73/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 74/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 75/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 76/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 77/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 78/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 79/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 80/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 81/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 82/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 83/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 84/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 85/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 86/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 87/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 88/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 89/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 90/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 91/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 92/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 93/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 94/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 95/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 96/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 97/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 98/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 99/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 100/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 101/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 102/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 103/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 104/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 105/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 106/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 107/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 108/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 109/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 110/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 111/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 112/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 113/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114/114 MB Progress (1): 114 MB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-20210721.100347-19.zip (114 MB at 18 MB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (1.5 kB at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (1.5 kB at 2.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-20210721.100347-19-sources.jar Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/appng-application-1.23.0-20210721.100347-19-sources.jar (3.1 kB at 17 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (1.5 kB at 129 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 43 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (1.5 kB at 3.5 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application --- [INFO] Executing tasks main: [copy] Copying 1 file to /tmp/jenkins_artifacts/37 [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-application-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-bom --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.23.0-SNAPSHOT/appng-application-bom-1.23.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-application-bom --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 611 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/maven-metadata.xml (611 B at 8.3 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 611 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/maven-metadata.xml (611 B at 61 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/appng-application-bom-1.23.0-20210721.100411-19.pom Progress (1): 2.0/44 kB Progress (1): 4.1/44 kB Progress (1): 6.1/44 kB Progress (1): 8.2/44 kB Progress (1): 10/44 kB Progress (1): 12/44 kB Progress (1): 14/44 kB Progress (1): 16/44 kB Progress (1): 18/44 kB Progress (1): 20/44 kB Progress (1): 23/44 kB Progress (1): 25/44 kB Progress (1): 27/44 kB Progress (1): 29/44 kB Progress (1): 31/44 kB Progress (1): 33/44 kB Progress (1): 35/44 kB Progress (1): 37/44 kB Progress (1): 39/44 kB Progress (1): 41/44 kB Progress (1): 43/44 kB Progress (1): 44 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/appng-application-bom-1.23.0-20210721.100411-19.pom (44 kB at 122 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 4.1 kB Progress (1): 5.1 kB Progress (1): 5.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (5.5 kB at 12 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 4.1 kB Progress (1): 5.1 kB Progress (1): 5.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (5.5 kB at 420 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 611 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/maven-metadata.xml (611 B at 563 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 611 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/maven-metadata.xml (611 B at 25 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 2.0/5.5 kB Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (5.5 kB at 10 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 2.0/5.5 kB Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (5.5 kB at 58 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-documentation --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-documentation --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-documentation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-documentation --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.example.EmployeesTest 2021-07-21 12:04:19,595 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] 2021-07-21 12:04:19,622 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1a38c59b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7f77e91b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@44a664f2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f9fcf7f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2357d90a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6328d34a] 2021-07-21 12:04:20,985 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2021-07-21 12:04:21,289 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2021-07-21 12:04:21,329 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2021-07-21 12:04:21,390 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3d299e3: startup date [Wed Jul 21 12:04:21 CEST 2021]; root of context hierarchy 2021-07-21 12:04:21,846 WARN [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2021-07-21 12:04:21,909 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Jul 21, 2021 12:04:22 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2021-07-21 12:04:22,598 INFO [HSQLDB Server @51e4ccb3] hsqldb.db.HSQLDB7AC885FE8E.ENGINE: Checkpoint start 2021-07-21 12:04:22,598 INFO [HSQLDB Server @51e4ccb3] hsqldb.db.HSQLDB7AC885FE8E.ENGINE: checkpointClose start 2021-07-21 12:04:22,977 INFO [HSQLDB Server @51e4ccb3] hsqldb.db.HSQLDB7AC885FE8E.ENGINE: checkpointClose synched 2021-07-21 12:04:22,997 INFO [HSQLDB Server @51e4ccb3] hsqldb.db.HSQLDB7AC885FE8E.ENGINE: checkpointClose script done 2021-07-21 12:04:23,207 INFO [HSQLDB Server @51e4ccb3] hsqldb.db.HSQLDB7AC885FE8E.ENGINE: checkpointClose end 2021-07-21 12:04:23,208 INFO [HSQLDB Server @51e4ccb3] hsqldb.db.HSQLDB7AC885FE8E.ENGINE: Checkpoint end - txts: 1 2021-07-21 12:04:23,501 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2021-07-21 12:04:23,547 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2021-07-21 12:04:23,720 INFO [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.32.Final 2021-07-21 12:04:24,080 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-07-21 12:04:24,823 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2021-07-21 12:04:24,916 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2021-07-21 12:04:25,410 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final 2021-07-21 12:04:26,875 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-07-21 12:04:26,893 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2021-07-21 12:04:27,770 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2021-07-21 12:04:29,222 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3d299e3: startup date [Wed Jul 21 12:04:21 CEST 2021]; root of context hierarchy 2021-07-21 12:04:29,223 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2021-07-21 12:04:29,224 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2021-07-21 12:04:29,402 INFO [HSQLDB Connection @529fc221] hsqldb.db.HSQLDB7AC885FE8E.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.542 s - in org.example.EmployeesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-documentation --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/target/appng-documentation-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-admin) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/src/main/asciidoc/administrationguide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-documentation --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/target/appng-documentation-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-documentation --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/target/appng-documentation-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.23.0-SNAPSHOT/appng-documentation-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.23.0-SNAPSHOT/appng-documentation-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/target/appng-documentation-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.23.0-SNAPSHOT/appng-documentation-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-admin) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] Rendered /var/lib/jenkins/workspace/appNG_1.23.x/appng-documentation/src/main/asciidoc/administrationguide.adoc [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-documentation --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.9 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 125 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/appng-documentation-1.23.0-20210721.100511-19.jar Progress (1): 2.0/33 kB Progress (1): 4.1/33 kB Progress (1): 6.1/33 kB Progress (1): 8.2/33 kB Progress (1): 10/33 kB Progress (1): 12/33 kB Progress (1): 14/33 kB Progress (1): 16/33 kB Progress (1): 18/33 kB Progress (1): 20/33 kB Progress (1): 23/33 kB Progress (1): 25/33 kB Progress (1): 27/33 kB Progress (1): 29/33 kB Progress (1): 31/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/appng-documentation-1.23.0-20210721.100511-19.jar (33 kB at 69 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/appng-documentation-1.23.0-20210721.100511-19.pom Progress (1): 2.0/4.5 kB Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/appng-documentation-1.23.0-20210721.100511-19.pom (4.5 kB at 9.7 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml (1.5 kB at 13 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml (1.5 kB at 129 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 906 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml (1.5 kB at 1.4 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml (1.5 kB at 57 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/appng-documentation-1.23.0-20210721.100511-19-sources.jar Progress (1): 2.0/35 kB Progress (1): 4.1/35 kB Progress (1): 6.1/35 kB Progress (1): 8.2/35 kB Progress (1): 10/35 kB Progress (1): 12/35 kB Progress (1): 14/35 kB Progress (1): 16/35 kB Progress (1): 18/35 kB Progress (1): 20/35 kB Progress (1): 23/35 kB Progress (1): 25/35 kB Progress (1): 27/35 kB Progress (1): 29/35 kB Progress (1): 31/35 kB Progress (1): 33/35 kB Progress (1): 35/35 kB Progress (1): 35 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/appng-documentation-1.23.0-20210721.100511-19-sources.jar (35 kB at 55 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml Progress (1): 1.5 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml (1.5 kB at 155 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 893 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-documentation/maven-metadata.xml (1.5 kB at 1.4 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-template-assembly --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-template-assembly/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-template-assembly --- [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-template-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-template-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_1.23.x/appng-template-assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-template-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-template-assembly --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-template-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-template-assembly/target/appng-template-assembly-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-template-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-template-assembly/target/appng-template-assembly-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-template-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-template-assembly/target/appng-template-assembly-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/appng-template-assembly-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-template-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/appng-template-assembly-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-template-assembly/target/appng-template-assembly-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/appng-template-assembly-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-template-assembly --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.5 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 100 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/appng-template-assembly-1.23.0-20210721.100518-19.jar Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/appng-template-assembly-1.23.0-20210721.100518-19.jar (1.5 kB at 2.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/appng-template-assembly-1.23.0-20210721.100518-19.pom Progress (1): 880 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/appng-template-assembly-1.23.0-20210721.100518-19.pom (880 B at 1.9 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml (1.6 kB at 4.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml (1.6 kB at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 842 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 30 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml (1.6 kB at 2.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml (1.6 kB at 18 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/appng-template-assembly-1.23.0-20210721.100518-19-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/appng-template-assembly-1.23.0-20210721.100518-19-sources.jar (2.7 kB at 5.1 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml (1.6 kB at 129 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 10 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-assembly/maven-metadata.xml (1.6 kB at 1.5 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-template-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-template-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-template-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.23.0-SNAPSHOT/appng-template-parent-1.23.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-template-parent --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 611 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/maven-metadata.xml (611 B at 3.3 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 611 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/maven-metadata.xml (611 B at 76 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/appng-template-parent-1.23.0-20210721.100524-19.pom Progress (1): 2.0/5.6 kB Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/appng-template-parent-1.23.0-20210721.100524-19.pom (5.6 kB at 8.0 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 4.1 kB Progress (1): 5.1 kB Progress (1): 5.4 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml (5.4 kB at 46 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 4.1 kB Progress (1): 5.1 kB Progress (1): 5.4 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml (5.4 kB at 416 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 611 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/maven-metadata.xml (611 B at 618 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 611 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/1.23.0-SNAPSHOT/maven-metadata.xml (611 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 2.0/5.4 kB Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml (5.4 kB at 8.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 2.0/5.4 kB Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-template-parent/maven-metadata.xml (5.4 kB at 29 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-application-assembly --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-application-assembly/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-assembly --- [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-application-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_1.23.x/appng-application-assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-application-assembly --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-application-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-application-assembly/target/appng-application-assembly-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-application-assembly/target/appng-application-assembly-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-application-assembly/target/appng-application-assembly-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/appng-application-assembly-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-application-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/appng-application-assembly-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-application-assembly/target/appng-application-assembly-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/appng-application-assembly-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application-assembly --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.5 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 112 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/appng-application-assembly-1.23.0-20210721.100527-19.jar Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/appng-application-assembly-1.23.0-20210721.100527-19.jar (1.6 kB at 8.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/appng-application-assembly-1.23.0-20210721.100527-19.pom Progress (1): 542 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/appng-application-assembly-1.23.0-20210721.100527-19.pom (542 B at 2.0 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml (1.6 kB at 23 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml (1.6 kB at 130 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml (1.6 kB at 3.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml (1.6 kB at 9.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/appng-application-assembly-1.23.0-20210721.100527-19-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/appng-application-assembly-1.23.0-20210721.100527-19-sources.jar (2.7 kB at 6.1 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml (1.6 kB at 27 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 37 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-assembly/maven-metadata.xml (1.6 kB at 2.2 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-application-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-application-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.23.0-SNAPSHOT/appng-application-parent-1.23.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-application-parent --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 614 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/maven-metadata.xml (614 B at 1.9 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 614 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/maven-metadata.xml (614 B at 56 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/appng-application-parent-1.23.0-20210721.100532-19.pom Progress (1): 2.0/6.2 kB Progress (1): 4.1/6.2 kB Progress (1): 6.1/6.2 kB Progress (1): 6.2 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/appng-application-parent-1.23.0-20210721.100532-19.pom (6.2 kB at 15 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 4.1 kB Progress (1): 5.1 kB Progress (1): 5.4 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml (5.4 kB at 53 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 4.1 kB Progress (1): 5.1 kB Progress (1): 5.4 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml (5.4 kB at 492 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 614 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/maven-metadata.xml (614 B at 829 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 614 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/1.23.0-SNAPSHOT/maven-metadata.xml (614 B at 7.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 2.0/5.4 kB Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml (5.4 kB at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 2.0/5.4 kB Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-parent/maven-metadata.xml (5.4 kB at 200 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-archetype-application --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-archetype-application/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-archetype-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-archetype-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-archetype-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_1.23.x/appng-archetype-application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-archetype-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-archetype-application --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-archetype-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-archetype-application/target/appng-archetype-application-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-archetype-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-archetype-application/target/appng-archetype-application-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-archetype-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-archetype-application/target/appng-archetype-application-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/appng-archetype-application-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-archetype-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/appng-archetype-application-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-archetype-application/target/appng-archetype-application-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/appng-archetype-application-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-archetype-application --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 12 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 101 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/appng-archetype-application-1.23.0-20210721.100535-19.jar Progress (1): 2.0/14 kB Progress (1): 4.1/14 kB Progress (1): 6.1/14 kB Progress (1): 8.2/14 kB Progress (1): 10/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/appng-archetype-application-1.23.0-20210721.100535-19.jar (14 kB at 38 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/appng-archetype-application-1.23.0-20210721.100535-19.pom Progress (1): 513 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/appng-archetype-application-1.23.0-20210721.100535-19.pom (513 B at 1.5 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml (1.6 kB at 5.1 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml (1.6 kB at 156 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 970 B/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml (1.6 kB at 2.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml (1.6 kB at 9.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/appng-archetype-application-1.23.0-20210721.100535-19-sources.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-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/appng-archetype-application-1.23.0-20210721.100535-19-sources.jar (15 kB at 30 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 1.6 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml (1.6 kB at 130 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 2.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-archetype-application/maven-metadata.xml (1.6 kB at 3.0 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-appngizer-maven-plugin --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (default-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (mojo-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.23.0-SNAPSHOT.jar [INFO] [INFO] --- maven-plugin-plugin:3.5:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.23.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/appng-appngizer-maven-plugin-1.23.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/appng-appngizer-maven-plugin-1.23.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_1.23.x/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.23.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/appng-appngizer-maven-plugin-1.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer-maven-plugin --- Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.2 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 68 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/appng-appngizer-maven-plugin-1.23.0-20210721.100545-19.jar Progress (1): 2.0/17 kB Progress (1): 4.1/17 kB Progress (1): 6.1/17 kB Progress (1): 8.2/17 kB Progress (1): 10/17 kB Progress (1): 12/17 kB Progress (1): 14/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/appng-appngizer-maven-plugin-1.23.0-20210721.100545-19.jar (17 kB at 25 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/appng-appngizer-maven-plugin-1.23.0-20210721.100545-19.pom Progress (1): 2.0/4.1 kB Progress (1): 4.1 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/appng-appngizer-maven-plugin-1.23.0-20210721.100545-19.pom (4.1 kB at 9.3 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 4.1 kB Progress (1): 4.9 kB Progress (1): 5.3 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (5.3 kB at 46 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 4.1 kB Progress (1): 4.9 kB Progress (1): 5.3 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (5.3 kB at 485 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/maven-metadata.xml Progress (1): 261 B Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/maven-metadata.xml (261 B at 1.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 2.0/5.3 kB Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (5.3 kB at 3.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 2.0/5.3 kB Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (5.3 kB at 205 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/maven-metadata.xml Progress (1): 261 B Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/maven-metadata.xml (261 B at 2.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/appng-appngizer-maven-plugin-1.23.0-20210721.100545-19-sources.jar Progress (1): 2.0/9.0 kB Progress (1): 4.1/9.0 kB Progress (1): 6.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/appng-appngizer-maven-plugin-1.23.0-20210721.100545-19-sources.jar (9.0 kB at 24 kB/s) Downloading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 4.1 kB Progress (1): 4.8 kB Progress (1): 5.3 kB Downloaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (5.3 kB at 356 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/1.23.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 9.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 2.0/5.3 kB Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Uploaded: https://appng.org/nexus/repository/appng-snapshot/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (5.3 kB at 8.2 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.23.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-camunda --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/target [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-camunda --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-camunda --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-camunda --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [ERROR] Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000d0000000, 358088704, 0) failed; error='Cannot allocate memory' (errno=12) [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/target/surefire-reports/2021-07-21T11-55-24_408-jvmRun1.dumpstream [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 16.286 s] [INFO] appNG Tools ........................................ SUCCESS [ 32.631 s] [INFO] appNG Mail ......................................... SUCCESS [ 6.738 s] [INFO] appNG Forms ........................................ SUCCESS [ 12.544 s] [INFO] appng Formtags ..................................... SUCCESS [ 8.438 s] [INFO] appNG XML-API ...................................... SUCCESS [ 21.487 s] [INFO] appNG public API ................................... SUCCESS [ 28.582 s] [INFO] appNG testsupport .................................. SUCCESS [ 13.243 s] [INFO] appNG REST API ..................................... SUCCESS [ 15.880 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 29.846 s] [INFO] appNG Search ....................................... SUCCESS [ 32.758 s] [INFO] appNG Core Library ................................. SUCCESS [01:48 min] [INFO] appNG Command Line Interface ....................... SUCCESS [ 56.869 s] [INFO] appNG Tag Library .................................. SUCCESS [ 11.271 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 15.765 s] [INFO] appNGizer .......................................... SUCCESS [01:28 min] [INFO] appNG Application .................................. SUCCESS [ 54.641 s] [INFO] appNG application BOM .............................. SUCCESS [ 4.412 s] [INFO] appNG Documentation ................................ SUCCESS [01:03 min] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 6.362 s] [INFO] appNG Template Parent .............................. SUCCESS [ 3.361 s] [INFO] appng-application-assembly ......................... SUCCESS [ 4.990 s] [INFO] appNG application parent ........................... SUCCESS [ 2.448 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 5.264 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 12.369 s] [INFO] appNG camunda ...................................... FAILURE [ 4.296 s] [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: 11:03 min [INFO] Finished at: 2021-07-21T12:05:56+02:00 [INFO] Final Memory: 302M/1794M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "dummy" could not be activated because it does not exist. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project appng-camunda: There are test failures. [ERROR] [ERROR] Please refer to /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/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] The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda && /usr/lib/jvm/jdk-8-oracle-x64/jre/bin/java -Xms512m -Xmx768m -XX:MaxMetaspaceSize=256m -Dfile.encoding=UTF-8 -jar /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/target/surefire/surefirebooter5142182855990849100.jar /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/target/surefire 2021-07-21T11-55-24_408-jvmRun1 surefire7712882967092080783tmp surefire_1669168526354368761tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda && /usr/lib/jvm/jdk-8-oracle-x64/jre/bin/java -Xms512m -Xmx768m -XX:MaxMetaspaceSize=256m -Dfile.encoding=UTF-8 -jar /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/target/surefire/surefirebooter5142182855990849100.jar /var/lib/jenkins/workspace/appNG_1.23.x/appng-camunda/target/surefire 2021-07-21T11-55-24_408-jvmRun1 surefire7712882967092080783tmp surefire_1669168526354368761tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:748) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:265) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932) [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993) [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345) [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:191) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.lang.reflect.Method.invoke(Method.java:498) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [ERROR] [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :appng-camunda [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_1.23.x [Pipeline] { [Pipeline] stage [Pipeline] { (Docs) [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.23.0-SNAPSHOT [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.23.0-SNAPSHOT/javadoc [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.23.0-SNAPSHOT/reference [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.23.0-SNAPSHOT/appngizer/html [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.23.0-SNAPSHOT/appngizer/pdf [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.23.0-SNAPSHOT/appngizer/html/parts [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.23.0-SNAPSHOT/appngizerhtml/xml [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { ( Unstash Build and Docs) [Pipeline] dir Running in /srv/www/appng.org/appng/builds/snapshot [Pipeline] { [Pipeline] unstash [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No such saved stash ‘jenkins_artifacts’ Finished: FAILURE